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.
2 parents 3a05987 + f230018 commit ce745f6Copy full SHA for ce745f6
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