changeset 12364:651cc32247d7

Add Graal option for deferring write barriers of eden allocated objects
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 11 Oct 2013 17:06:18 +0200
parents aeeab846e98c
children ee746f35ae17
files src/share/vm/graal/graalGlobals.hpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Fri Sep 27 19:51:01 2013 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Fri Oct 11 17:06:18 2013 +0200
@@ -55,6 +55,9 @@
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \
                                                                             \
+  product(bool, GraalDeferredInitBarriers, false,                           \
+          "Defer write barriers of young objects")                          \
+                                                                            \
   develop(bool, GraalUseFastLocking, true,                                  \
           "Use fast inlined locking code")                                  \
                                                                             \