Skip to content

Commit a1f61dc

Browse files
committed
Add missing @Uninterruptible.
1 parent ee5f785 commit a1f61dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/sampler/AbstractJfrExecutionSampler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ protected static boolean isExecutionSamplingAllowedInCurrentThread() {
170170

171171
protected abstract void updateInterval();
172172

173+
@Uninterruptible(reason = "Prevent VM operations that modify the recurring callbacks.")
173174
protected abstract void uninstall(IsolateThread thread);
174175

175176
@Uninterruptible(reason = "The method executes during signal handling.", callerMustBe = true)

0 commit comments

Comments
 (0)