src/share/vm/runtime/globals.hpp

changeset 1432
46b819ba120b
parent 1428
54b3b351d6f9
child 1445
354d3184f6b2
equal deleted inserted replaced
1416:1af62b6ca0f9 1432:46b819ba120b
712 "Print compilations") \ 712 "Print compilations") \
713 \ 713 \
714 diagnostic(bool, TraceNMethodInstalls, false, \ 714 diagnostic(bool, TraceNMethodInstalls, false, \
715 "Trace nmethod intallation") \ 715 "Trace nmethod intallation") \
716 \ 716 \
717 diagnostic(intx, ScavengeRootsInCode, 0, \
718 "0: do not allow scavengable oops in the code cache; " \
719 "1: allow scavenging from the code cache; " \
720 "2: emit as many constants as the compiler can see") \
721 \
717 diagnostic(bool, TraceOSRBreakpoint, false, \ 722 diagnostic(bool, TraceOSRBreakpoint, false, \
718 "Trace OSR Breakpoint ") \ 723 "Trace OSR Breakpoint ") \
719 \ 724 \
720 diagnostic(bool, TraceCompileTriggered, false, \ 725 diagnostic(bool, TraceCompileTriggered, false, \
721 "Trace compile triggered") \ 726 "Trace compile triggered") \

mercurial