changeset 4119:7793051af7d6

7110058: change default for ScavengeRootsInCode to 2 Reviewed-by: kvn, never
author twisti
date Mon, 21 Nov 2011 00:57:43 -0800
parents 59bc0d4d9ea3
children f03a3c8bd5e5
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Nov 18 10:29:27 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Mon Nov 21 00:57:43 2011 -0800
@@ -887,7 +887,7 @@
   diagnostic(bool, TraceNMethodInstalls, false,                             \
              "Trace nmethod intallation")                                   \
                                                                             \
-  diagnostic(intx, ScavengeRootsInCode, 1,                                  \
+  diagnostic(intx, ScavengeRootsInCode, 2,                                  \
              "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")           \