From 89d4179a4ba1e92afeefaf0a70ab543260c2e31c Mon Sep 17 00:00:00 2001 From: Christian Thalinger Date: Mon, 21 Nov 2011 00:57:43 -0800 Subject: [PATCH] 7110058: change default for ScavengeRootsInCode to 2 Reviewed-by: kvn, never --- hotspot/src/share/vm/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/runtime/globals.hpp b/hotspot/src/share/vm/runtime/globals.hpp index 555320b6d9f..799bf08045b 100644 --- a/hotspot/src/share/vm/runtime/globals.hpp +++ b/hotspot/src/share/vm/runtime/globals.hpp @@ -887,7 +887,7 @@ class CommandLineFlags { 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") \