Skip to content

Commit 4e4fd0d

Browse files
committed
egg 10 now runs
1 parent a0cc07e commit 4e4fd0d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

egg__10_sc_nested_scopes_thread_dump/DumpParser.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

egg__10_sc_nested_scopes_thread_dump/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

egg__10_sc_nested_scopes_thread_dump/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99

1010
java --enable-preview \
1111
-cp $CLASSPATH \
12-
--add-modules jdk.incubator.concurrent \
1312
net.codetojoy.Runner
1413

1514
echo "run complete"

0 commit comments

Comments
 (0)