diff src/share/vm/jvmci/jvmciGlobals.hpp @ 22447:ecbf949a9dcd

replace JVMCIDeferredInitBarriers with ReduceInitialCardMarks
author Doug Simon <doug.simon@oracle.com>
date Fri, 21 Aug 2015 11:14:48 +0200
parents 31e0737e2fce
children c2d49f9fbceb
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciGlobals.hpp	Fri Aug 21 11:05:48 2015 +0200
+++ b/src/share/vm/jvmci/jvmciGlobals.hpp	Fri Aug 21 11:14:48 2015 +0200
@@ -74,6 +74,9 @@
           "Max vector size in bytes, "                                      \
           "actual size could be less depending on elements type"))          \
                                                                             \
+  NOT_COMPILER2(product(bool, ReduceInitialCardMarks, true,                 \
+          "Defer write barriers of young objects"))                         \
+                                                                            \
   product(intx, TraceJVMCI, 0,                                              \
           "Trace level for JVMCI")                                          \
                                                                             \
@@ -83,9 +86,6 @@
   product(bool, JVMCICountersExcludeCompiler, true,                         \
           "Exclude JVMCI compiler threads from benchmark counters")         \
                                                                             \
-  product(bool, JVMCIDeferredInitBarriers, true,                            \
-          "Defer write barriers of young objects")                          \
-                                                                            \
   product(bool, JVMCIHProfEnabled, false,                                   \
           "Is Heap  Profiler enabled")                                      \
                                                                             \