comparison src/share/vm/graal/graalGlobals.hpp @ 12512:bddf5ae62522

Disable deferred init barriers
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 22 Oct 2013 09:58:21 +0200
parents 90f3c090a002
children a2340324fc79
comparison
equal deleted inserted replaced
12508:5cde653f58f9 12512:bddf5ae62522
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, true, \ 58 product(bool, GraalDeferredInitBarriers, false, \
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 \