# HG changeset patch # User Christos Kotselidis # Date 1381503978 -7200 # Node ID 651cc32247d74ddf65cdecb9e453be9474396dc3 # Parent aeeab846e98c0b122ac31c11a2aadc3858efeb05 Add Graal option for deferring write barriers of eden allocated objects diff -r aeeab846e98c -r 651cc32247d7 src/share/vm/graal/graalGlobals.hpp --- 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") \ \