Skip to content

Commit

Permalink
Update GCAllocationTest.jsh
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening authored Dec 7, 2021
1 parent 9ec9812 commit 023fcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCAllocationTest.jsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//usr/bin/env jshell --show-version --execution local '-J-Xlog:gc+ergo*=trace:/tmp/gc.log' "$0" "$@"; exit $?

/*
usage: jshell '-J-Xlog:gc*=trace:/tmp/gclog.log' --execution local GCAllocationTest.jsh
usage: jshell '-J-Xlog:gc*=trace:/tmp/gc.log' --execution local GCAllocationTest.jsh
*/

import java.util.stream.IntStream;
Expand Down

0 comments on commit 023fcff

Please sign in to comment.