comparison src/share/vm/runtime/globals.hpp @ 3321:a1d5f532838d

7040068: CMS: Possibly unsafe initialization of BlockOffsetArrayUseUnallocatedBlock Summary: BlockOffsetArrayUseUnallocatedBlock was intended to be turned off as part of BUG 6948538 but a code line in collectorPolicy.cpp actually kept it turned on. Reviewed-by: jwilhelm, ysr
author brutisso
date Fri, 29 Apr 2011 09:11:03 +0200
parents 5d046bf49ce7
children 54a56bbaf95b
comparison
equal deleted inserted replaced
3320:ca7c15a01229 3321:a1d5f532838d
1822 "Do lots of (expensive) FLS dictionary verification") \ 1822 "Do lots of (expensive) FLS dictionary verification") \
1823 \ 1823 \
1824 develop(bool, VerifyBlockOffsetArray, false, \ 1824 develop(bool, VerifyBlockOffsetArray, false, \
1825 "Do (expensive!) block offset array verification") \ 1825 "Do (expensive!) block offset array verification") \
1826 \ 1826 \
1827 product(bool, BlockOffsetArrayUseUnallocatedBlock, false, \ 1827 diagnostic(bool, BlockOffsetArrayUseUnallocatedBlock, false, \
1828 "Maintain _unallocated_block in BlockOffsetArray" \ 1828 "Maintain _unallocated_block in BlockOffsetArray" \
1829 " (currently applicable only to CMS collector)") \ 1829 " (currently applicable only to CMS collector)") \
1830 \ 1830 \
1831 develop(bool, TraceCMSState, false, \ 1831 develop(bool, TraceCMSState, false, \
1832 "Trace the state of the CMS collection") \ 1832 "Trace the state of the CMS collection") \