File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ public static void main(String[] args) {
626
626
status .targetAppRunning = false ;
627
627
ProfilerInterface .disableProfilerHooks (); // So that e.g. System.exit() doesn't cause class loads and command sends
628
628
// DEBUGGING: if it's needed to check how good is the sampling interval when sampled instrumentation is used,
629
- // decomment the one below to make the sampling thread stop here and report the debug data.
629
+ // uncomment the one below to make the sampling thread stop here and report the debug data.
630
630
// ProfilerRuntimeCPUSampledInstr.clearDataStructures();
631
631
632
632
profilerServer .sendSimpleCmdToClient (Command .SHUTDOWN_INITIATED );
You can’t perform that action at this time.
0 commit comments