comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 2436:8f1042ff784d

7020042: G1: Partially remove fix for 6994628 Summary: Disable reference discovery and processing during concurrent marking by disabling fix for 6994628. Reviewed-by: tonyp, ysr
author johnc
date Fri, 18 Feb 2011 10:07:34 -0800
parents 371bbc844bf1
children e1162778c1c8
comparison
equal deleted inserted replaced
2435:371bbc844bf1 2436:8f1042ff784d
86 "in milliseconds.") \ 86 "in milliseconds.") \
87 \ 87 \
88 product(intx, G1RefProcDrainInterval, 10, \ 88 product(intx, G1RefProcDrainInterval, 10, \
89 "The number of discovered reference objects to process before " \ 89 "The number of discovered reference objects to process before " \
90 "draining concurrent marking work queues.") \ 90 "draining concurrent marking work queues.") \
91 \
92 experimental(bool, G1UseConcMarkReferenceProcessing, false, \
93 "If true, enable reference discovery during concurrent " \
94 "marking and reference processing at the end of remark " \
95 "(unsafe).") \
91 \ 96 \
92 develop(bool, G1SATBBarrierPrintNullPreVals, false, \ 97 develop(bool, G1SATBBarrierPrintNullPreVals, false, \
93 "If true, count frac of ptr writes with null pre-vals.") \ 98 "If true, count frac of ptr writes with null pre-vals.") \
94 \ 99 \
95 product(intx, G1SATBBufferSize, 1*K, \ 100 product(intx, G1SATBBufferSize, 1*K, \