--- old/src/share/vm/runtime/globals.hpp 2013-08-26 16:31:52.789525765 +0200 +++ new/src/share/vm/runtime/globals.hpp 2013-08-26 16:31:52.721525767 +0200 @@ -942,12 +942,15 @@ product(bool, PrintCodeCache, false, \ "Print the code cache memory usage when exiting") \ \ - develop(bool, PrintCodeCache2, false, \ + 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") \ \