Skip to content

Commit

Permalink
8257517: LogCompilation: Add -z to the help messages
Browse files Browse the repository at this point in the history
Reviewed-by: redestad
  • Loading branch information
Eric Caspole committed Dec 7, 2020
1 parent 2c04fc0 commit 74be819
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public static void usage(int exitcode) {
System.out.println(" -s: sort events by start time (default)");
System.out.println(" -e: sort events by elapsed time");
System.out.println(" -n: sort events by name and start");
System.out.println(" -z: sort events by compiled code size");
System.out.println(" -C: compare logs (give files to compare on command line)");
System.out.println(" -d: do not print compilation IDs");
System.exit(exitcode);
Expand Down

1 comment on commit 74be819

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.