comparison src/share/vm/c1/c1_globals.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents a61af66fc99e
children b4776199210f
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342:37f87013dfd8
211 "Use fast inlined object array allocation") \ 211 "Use fast inlined object array allocation") \
212 \ 212 \
213 develop(bool, UseFastLocking, true, \ 213 develop(bool, UseFastLocking, true, \
214 "Use fast inlined locking code") \ 214 "Use fast inlined locking code") \
215 \ 215 \
216 product(bool, FastTLABRefill, true, \
217 "Use fast TLAB refill code") \
218 \
219 develop(bool, UseSlowPath, false, \ 216 develop(bool, UseSlowPath, false, \
220 "For debugging: test slow cases by always using them") \ 217 "For debugging: test slow cases by always using them") \
221 \ 218 \
222 develop(bool, GenerateArrayStoreCheck, true, \ 219 develop(bool, GenerateArrayStoreCheck, true, \
223 "Generates code for array store checks") \ 220 "Generates code for array store checks") \