comparison src/share/vm/graal/graalGlobals.hpp @ 12434:90f3c090a002

Enable Deferred Init Barriers
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 16 Oct 2013 01:12:23 +0200
parents 651cc32247d7
children bddf5ae62522
comparison
equal deleted inserted replaced
12433:808348377021 12434:90f3c090a002
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 \