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 3451dac commit f230018Copy full SHA for f230018
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/sampler/AbstractJfrExecutionSampler.java
@@ -262,8 +262,8 @@ protected void operate() {
262
boolean shouldSample = shouldSample();
263
if (sampler.isSampling != shouldSample) {
264
if (shouldSample) {
265
- sampler.startSampling();
266
sampler.isSampling = true;
+ sampler.startSampling();
267
} else {
268
sampler.stopSampling();
269
sampler.isSampling = false;
0 commit comments