comparison src/share/vm/graal/graalGlobals.hpp @ 12364:651cc32247d7

Add Graal option for deferring write barriers of eden allocated objects
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 11 Oct 2013 17:06:18 +0200
parents 5d460d3465fd
children 90f3c090a002
comparison
equal deleted inserted replaced
11820:aeeab846e98c 12364:651cc32247d7
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, \
59 "Defer write barriers of young objects") \
60 \
58 develop(bool, GraalUseFastLocking, true, \ 61 develop(bool, GraalUseFastLocking, true, \
59 "Use fast inlined locking code") \ 62 "Use fast inlined locking code") \
60 \ 63 \
61 develop(bool, GraalUseFastNewTypeArray, true, \ 64 develop(bool, GraalUseFastNewTypeArray, true, \
62 "Use fast inlined type array allocation") \ 65 "Use fast inlined type array allocation") \