comparison src/share/vm/runtime/globals.hpp @ 6843:c3e799c37717

7177003: C1: LogCompilation support Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
author vlivanov
date Fri, 05 Oct 2012 18:57:10 -0700
parents 22b8d3d181d9
children 65d07d9ee446
comparison
equal deleted inserted replaced
6830:81e878c53615 6843:c3e799c37717
2330 "collect timing information for compilation") \ 2330 "collect timing information for compilation") \
2331 \ 2331 \
2332 develop(bool, CITimeEach, false, \ 2332 develop(bool, CITimeEach, false, \
2333 "display timing information after each successful compilation") \ 2333 "display timing information after each successful compilation") \
2334 \ 2334 \
2335 develop(bool, CICountOSR, true, \ 2335 develop(bool, CICountOSR, false, \
2336 "use a separate counter when assigning ids to osr compilations") \ 2336 "use a separate counter when assigning ids to osr compilations") \
2337 \ 2337 \
2338 develop(bool, CICompileNatives, true, \ 2338 develop(bool, CICompileNatives, true, \
2339 "compile native methods if supported by the compiler") \ 2339 "compile native methods if supported by the compiler") \
2340 \ 2340 \