mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8214526: Change CodeHeap State Analytics control from UL to Print*
Reviewed-by: coleenp, kvn, stuefe, thartmann
This commit is contained in:
parent
45628a358a
commit
8e05550ef3
4 changed files with 12 additions and 15 deletions
|
@ -723,6 +723,9 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Print the code cache memory usage each time a method is " \
|
||||
"compiled") \
|
||||
\
|
||||
diagnostic(bool, PrintCodeHeapAnalytics, false, \
|
||||
"Print code heap usage statistics on exit and on full condition") \
|
||||
\
|
||||
diagnostic(bool, PrintStubCode, false, \
|
||||
"Print generated stub code") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue