# HG changeset patch # User Christos Kotselidis # Date 1382721818 -7200 # Node ID a2340324fc7951defce560add6eae30d497214ae # Parent 4995bb251e3a30f6716da4fa2c413e3a671db1f9 Enable deferred init barriers diff -r 4995bb251e3a -r a2340324fc79 src/share/vm/graal/graalGlobals.hpp --- a/src/share/vm/graal/graalGlobals.hpp Fri Oct 25 19:23:20 2013 +0200 +++ b/src/share/vm/graal/graalGlobals.hpp Fri Oct 25 19:23:38 2013 +0200 @@ -55,7 +55,7 @@ product(intx, TraceGraal, 0, \ "Trace level for Graal") \ \ - product(bool, GraalDeferredInitBarriers, false, \ + product(bool, GraalDeferredInitBarriers, true, \ "Defer write barriers of young objects") \ \ develop(bool, GraalUseFastLocking, true, \