src/share/vm/runtime/globals.hpp

Print this page

        

*** 940,955 **** "exception happens") \ \ product(bool, PrintCodeCache, false, \ "Print the code cache memory usage when exiting") \ \ ! develop(bool, PrintCodeCache2, false, \ "Print detailed usage info on the code cache when exiting") \ \ product(bool, PrintCodeCacheOnCompilation, false, \ "Print the code cache memory usage each time a method is compiled") \ \ diagnostic(bool, PrintStubCode, false, \ "Print generated stub code") \ \ product(bool, StackTraceInThrowable, true, \ "Collect backtrace in throwable when exception happens") \ --- 940,958 ---- "exception happens") \ \ product(bool, PrintCodeCache, false, \ "Print the code cache memory usage when exiting") \ \ ! diagnostic(bool, PrintCodeCacheDetails, false, \ "Print detailed usage info on the code cache when exiting") \ \ product(bool, PrintCodeCacheOnCompilation, false, \ "Print the code cache memory usage each time a method is compiled") \ \ + develop(bool, PrintCodeCacheAllocation, false, \ + "Print the code cache memory usage each time a method is compiled")\ + \ diagnostic(bool, PrintStubCode, false, \ "Print generated stub code") \ \ product(bool, StackTraceInThrowable, true, \ "Collect backtrace in throwable when exception happens") \