comparison src/share/vm/graal/graalGlobals.hpp @ 12739:b699233403ad

Delegate hprof enabled information from hotspot to graal
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Sat, 09 Nov 2013 21:32:51 +0100
parents b038b643a3a4
children 10f943c778f6
comparison
equal deleted inserted replaced
12738:9a56121f285b 12739:b699233403ad
56 "Trace level for Graal") \ 56 "Trace level for Graal") \
57 \ 57 \
58 product(bool, GraalDeferredInitBarriers, true, \ 58 product(bool, GraalDeferredInitBarriers, true, \
59 "Defer write barriers of young objects") \ 59 "Defer write barriers of young objects") \
60 \ 60 \
61 product(bool, GraalHProfEnabled, false, \
62 "Is Heap Profiler enabled") \
63 \
61 develop(bool, GraalUseFastLocking, true, \ 64 develop(bool, GraalUseFastLocking, true, \
62 "Use fast inlined locking code") \ 65 "Use fast inlined locking code") \
63 \ 66 \
64 develop(bool, GraalUseFastNewTypeArray, true, \ 67 develop(bool, GraalUseFastNewTypeArray, true, \
65 "Use fast inlined type array allocation") \ 68 "Use fast inlined type array allocation") \