comparison src/share/vm/runtime/globals.hpp @ 17931:2b8a9740813e

8032551: Remove UsePPCLWSYNC from globals.hpp Reviewed-by: lfoltan, zgu
author dholmes
date Mon, 12 May 2014 20:20:19 -0400
parents f42c10a3d4b1
children 52b4284cb496 db8383148bc9 0982ec23da03
comparison
equal deleted inserted replaced
17923:a062c3691003 17931:2b8a9740813e
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, \