src/share/vm/runtime/globals.hpp

changeset 2996
48048b59a551
parent 2994
eb94b7226b7a
child 3003
1f4f4ae84625
equal deleted inserted replaced
2995:65dba8692db7 2996: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, \

mercurial