comparison src/share/vm/runtime/globals.hpp @ 3799:48048b59a551

7061204: clean the chunk table synchronously in embedded builds Reviewed-by: dholmes, never, jwilhelm, kvn
author jcoomes
date Wed, 06 Jul 2011 12:28:07 -0700
parents eb94b7226b7a
children 1f4f4ae84625
comparison
equal deleted inserted replaced
3798:65dba8692db7 3799:48048b59a551
442 * logic. \ 442 * logic. \
443 */ \ 443 */ \
444 product(bool, UsePPCLWSYNC, true, \ 444 product(bool, UsePPCLWSYNC, true, \
445 "Use lwsync instruction if true, else use slower sync") \ 445 "Use lwsync instruction if true, else use slower sync") \
446 \ 446 \
447 develop(bool, CleanChunkPoolAsync, falseInEmbedded, \
448 "Whether to clean the chunk pool asynchronously") \
449 \
447 /* Temporary: See 6948537 */ \ 450 /* Temporary: See 6948537 */ \
448 experimental(bool, UseMemSetInBOT, true, \ 451 experimental(bool, UseMemSetInBOT, true, \
449 "(Unstable) uses memset in BOT updates in GC code") \ 452 "(Unstable) uses memset in BOT updates in GC code") \
450 \ 453 \
451 diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug, \ 454 diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug, \