Skip to content

Commit 3bceb27

Browse files
committed
spelling: uncomment
Signed-off-by: Josh Soref <[email protected]>
1 parent 1151939 commit 3bceb27

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/server

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/server/ProfilerServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public static void main(String[] args) {
626626
status.targetAppRunning = false;
627627
ProfilerInterface.disableProfilerHooks(); // So that e.g. System.exit() doesn't cause class loads and command sends
628628
// 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.
630630
// ProfilerRuntimeCPUSampledInstr.clearDataStructures();
631631

632632
profilerServer.sendSimpleCmdToClient(Command.SHUTDOWN_INITIATED);

0 commit comments

Comments
 (0)