--- old/src/share/vm/runtime/globals.hpp 2014-09-23 19:10:34.113386416 +0400 +++ new/src/share/vm/runtime/globals.hpp 2014-09-23 19:10:34.061386415 +0400 @@ -2483,6 +2483,9 @@ product(bool, CITime, false, \ "collect timing information for compilation") \ \ + develop(bool, CITimeVerbose, false, \ + "be more verbose in compilation timings") \ + \ develop(bool, CITimeEach, false, \ "display timing information after each successful compilation") \ \ @@ -2570,9 +2573,6 @@ product(bool, UseTypeProfile, true, \ "Check interpreter profile for historically monomorphic calls") \ \ - notproduct(bool, TimeCompiler, false, \ - "Time the compiler") \ - \ diagnostic(bool, PrintInlining, false, \ "Print inlining optimizations") \ \