We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5f785 commit a1f61dcCopy full SHA for a1f61dc
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/sampler/AbstractJfrExecutionSampler.java
@@ -170,6 +170,7 @@ protected static boolean isExecutionSamplingAllowedInCurrentThread() {
170
171
protected abstract void updateInterval();
172
173
+ @Uninterruptible(reason = "Prevent VM operations that modify the recurring callbacks.")
174
protected abstract void uninstall(IsolateThread thread);
175
176
@Uninterruptible(reason = "The method executes during signal handling.", callerMustBe = true)
0 commit comments