comparison src/share/vm/runtime/globals.hpp @ 1465:2c754f3a2722

Inlining of static final field values. Java mirror instead of VmID. Support for PrintMetrics option.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 18 Nov 2010 17:27:43 +0100
parents 9e321dcfa5b7
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1463:7bc14f75a077 1465:2c754f3a2722
717 "Print compilations") \ 717 "Print compilations") \
718 \ 718 \
719 diagnostic(bool, TraceNMethodInstalls, false, \ 719 diagnostic(bool, TraceNMethodInstalls, false, \
720 "Trace nmethod intallation") \ 720 "Trace nmethod intallation") \
721 \ 721 \
722 diagnostic(intx, ScavengeRootsInCode, 0, \ 722 diagnostic(intx, ScavengeRootsInCode, 1, \
723 "0: do not allow scavengable oops in the code cache; " \ 723 "0: do not allow scavengable oops in the code cache; " \
724 "1: allow scavenging from the code cache; " \ 724 "1: allow scavenging from the code cache; " \
725 "2: emit as many constants as the compiler can see") \ 725 "2: emit as many constants as the compiler can see") \
726 \ 726 \
727 diagnostic(bool, TraceOSRBreakpoint, false, \ 727 diagnostic(bool, TraceOSRBreakpoint, false, \