comparison src/share/vm/graal/graalGlobals.hpp @ 12608:a2340324fc79

Enable deferred init barriers
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 25 Oct 2013 19:23:38 +0200
parents bddf5ae62522
children b038b643a3a4
comparison
equal deleted inserted replaced
12607:4995bb251e3a 12608:a2340324fc79
53 "Bootstrap Graal before running Java main method") \ 53 "Bootstrap Graal before running Java main method") \
54 \ 54 \
55 product(intx, TraceGraal, 0, \ 55 product(intx, TraceGraal, 0, \
56 "Trace level for Graal") \ 56 "Trace level for Graal") \
57 \ 57 \
58 product(bool, GraalDeferredInitBarriers, false, \ 58 product(bool, GraalDeferredInitBarriers, true, \
59 "Defer write barriers of young objects") \ 59 "Defer write barriers of young objects") \
60 \ 60 \
61 develop(bool, GraalUseFastLocking, true, \ 61 develop(bool, GraalUseFastLocking, true, \
62 "Use fast inlined locking code") \ 62 "Use fast inlined locking code") \
63 \ 63 \