comparison src/share/vm/runtime/globals.hpp @ 18009:f73af4455d7d

Merge
author asaha
date Thu, 29 May 2014 09:56:06 -0700
parents 2b8a9740813e
children 52b4284cb496 db8383148bc9 0982ec23da03
comparison
equal deleted inserted replaced
18008:da65bbf6f89e 18009:f73af4455d7d
521 * removal testing. It was supposed to be removed before FCS but has \ 521 * removal testing. It was supposed to be removed before FCS but has \
522 * been re-added (see 6401008) */ \ 522 * been re-added (see 6401008) */ \
523 product_pd(bool, UseMembar, \ 523 product_pd(bool, UseMembar, \
524 "(Unstable) Issues membars on thread state transitions") \ 524 "(Unstable) Issues membars on thread state transitions") \
525 \ 525 \
526 /* Temp PPC Flag to allow disabling the use of lwsync on ppc platforms \
527 * that don't support it. This will be replaced by processor detection \
528 * logic. \
529 */ \
530 product(bool, UsePPCLWSYNC, true, \
531 "Use lwsync instruction if true, else use slower sync") \
532 \
533 develop(bool, CleanChunkPoolAsync, falseInEmbedded, \ 526 develop(bool, CleanChunkPoolAsync, falseInEmbedded, \
534 "Clean the chunk pool asynchronously") \ 527 "Clean the chunk pool asynchronously") \
535 \ 528 \
536 /* Temporary: See 6948537 */ \ 529 /* Temporary: See 6948537 */ \
537 experimental(bool, UseMemSetInBOT, true, \ 530 experimental(bool, UseMemSetInBOT, true, \