diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Nov 15 11:06:38 2010 +0100
+++ b/src/share/vm/runtime/globals.hpp	Thu Nov 18 17:27:43 2010 +0100
@@ -719,7 +719,7 @@
   diagnostic(bool, TraceNMethodInstalls, false,                             \
              "Trace nmethod intallation")                                   \
                                                                             \
-  diagnostic(intx, ScavengeRootsInCode, 0,                                  \
+  diagnostic(intx, ScavengeRootsInCode, 1,                                  \
              "0: do not allow scavengable oops in the code cache; "         \
              "1: allow scavenging from the code cache; "                    \
              "2: emit as many constants as the compiler can see")           \