7110058: change default for ScavengeRootsInCode to 2

Mon, 21 Nov 2011 00:57:43 -0800

author
twisti
date
Mon, 21 Nov 2011 00:57:43 -0800
changeset 3315
7793051af7d6
parent 3314
59bc0d4d9ea3
child 3316
f03a3c8bd5e5

7110058: change default for ScavengeRootsInCode to 2
Reviewed-by: kvn, never

src/share/vm/runtime/globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Nov 18 10:29:27 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Nov 21 00:57:43 2011 -0800
     1.3 @@ -887,7 +887,7 @@
     1.4    diagnostic(bool, TraceNMethodInstalls, false,                             \
     1.5               "Trace nmethod intallation")                                   \
     1.6                                                                              \
     1.7 -  diagnostic(intx, ScavengeRootsInCode, 1,                                  \
     1.8 +  diagnostic(intx, ScavengeRootsInCode, 2,                                  \
     1.9               "0: do not allow scavengable oops in the code cache; "         \
    1.10               "1: allow scavenging from the code cache; "                    \
    1.11               "2: emit as many constants as the compiler can see")           \

mercurial