src/share/vm/runtime/globals.hpp

Print this page

        

*** 2481,2490 **** --- 2481,2493 ---- "display every request for compilation") \ \ 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") \ \ develop(bool, CICountOSR, false, \ "use a separate counter when assigning ids to osr compilations") \
*** 2568,2580 **** "Enable CHA") \ \ 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") \ \ product(bool, UsePopCountInstruction, false, \ "Use population count instruction") \ --- 2571,2580 ----