Skip to content

Commit 74be819

Browse files
author
Eric Caspole
committed
8257517: LogCompilation: Add -z to the help messages
Reviewed-by: redestad
1 parent 2c04fc0 commit 74be819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogCompilation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public static void usage(int exitcode) {
6060
System.out.println(" -s: sort events by start time (default)");
6161
System.out.println(" -e: sort events by elapsed time");
6262
System.out.println(" -n: sort events by name and start");
63+
System.out.println(" -z: sort events by compiled code size");
6364
System.out.println(" -C: compare logs (give files to compare on command line)");
6465
System.out.println(" -d: do not print compilation IDs");
6566
System.exit(exitcode);

0 commit comments

Comments
 (0)