comparison src/share/vm/graal/graalGlobals.hpp @ 19945:f2bdbfe9201b

Experimentally disallow Graal compiling itself in tiered
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 17 Mar 2015 19:21:57 -0700
parents c3d9637c98ed
children 2e35a4ea22ac
comparison
equal deleted inserted replaced
19944:077c16efeb6d 19945:f2bdbfe9201b
80 "Defer write barriers of young objects") \ 80 "Defer write barriers of young objects") \
81 \ 81 \
82 product(bool, GraalHProfEnabled, false, \ 82 product(bool, GraalHProfEnabled, false, \
83 "Is Heap Profiler enabled") \ 83 "Is Heap Profiler enabled") \
84 \ 84 \
85 product(bool, GraalCompileWithC1Only, true, \
86 "Only compile Graal classes with C1") \
87 \
88 product(bool, GraalCompileAppFirst, false, \
89 "Prioritize application compilations over Graal compilations") \
90 \
85 develop(bool, GraalUseFastLocking, true, \ 91 develop(bool, GraalUseFastLocking, true, \
86 "Use fast inlined locking code") \ 92 "Use fast inlined locking code") \
87 \ 93 \
88 develop(bool, GraalUseFastNewTypeArray, true, \ 94 develop(bool, GraalUseFastNewTypeArray, true, \
89 "Use fast inlined type array allocation") \ 95 "Use fast inlined type array allocation") \