File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
egg__10_sc_nested_scopes_thread_dump Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
2- // This is a relatively quick/dirty program to parse the JSON output
2+ // A quick/dirty program to parse the JSON output
33// for jcmd with the command `Thread.dump_to_file`.
44//
55// Based on looking at the JSON output, it is hardcoded to find "thread flocks",
Original file line number Diff line number Diff line change @@ -51,3 +51,4 @@ To Run:
5151 - this runs ` Runner.java `
5252* in terminal 2: ` ./list-thread-info.sh `
5353 - this calls ` jcmd ` and parses the output with ` DumpParser.groovy `
54+ - note: Groovy may not support Java 21 so use an older version
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99
1010java --enable-preview \
1111-cp $CLASSPATH \
12- --add-modules jdk.incubator.concurrent \
1312net.codetojoy.Runner
1413
1514echo " run complete"
You can’t perform that action at this time.
0 commit comments