< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 1062,1071 **** --- 1062,1076 ---- "Print the code cache memory usage when exiting") \ \ develop(bool, PrintCodeCache2, false, \ "Print detailed usage information on the code cache when exiting")\ \ + product(bool, PrintCodeHeapState, false, \ + "Print CodeHeap analytics on VM exit. Printed after CITime info. "\ + "Same print available in-flight with " \ + "\"jcmd <pid> Compiler.CodeHeap_Analytics\".") \ + \ product(bool, PrintCodeCacheOnCompilation, false, \ "Print the code cache memory usage each time a method is " \ "compiled") \ \ diagnostic(bool, PrintStubCode, false, \
< prev index next >