< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 52802 : 8214526: Change CodeHeap State Analytics control from UL to Print*
Reviewed-by:

@@ -721,10 +721,13 @@
                                                                             \
   product(bool, PrintCodeCacheOnCompilation, false,                         \
           "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")                                      \
                                                                             \
   product(bool, StackTraceInThrowable, true,                                \
           "Collect backtrace in throwable when exception happens")          \
< prev index next >