mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8037970: make PrintMethodData a diagnostic options
Make PrintMethodData a diagnostic options for performance investigation Reviewed-by: kvn, iveresov
This commit is contained in:
parent
fa3b0a8f47
commit
b21d142f01
10 changed files with 83 additions and 142 deletions
|
@ -2832,7 +2832,7 @@ class CommandLineFlags {
|
|||
"number of method invocations/branches (expressed as % of " \
|
||||
"CompileThreshold) before using the method's profile") \
|
||||
\
|
||||
develop(bool, PrintMethodData, false, \
|
||||
diagnostic(bool, PrintMethodData, false, \
|
||||
"Print the results of +ProfileInterpreter at end of run") \
|
||||
\
|
||||
develop(bool, VerifyDataPointer, trueInDebug, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue