comparison src/share/vm/runtime/globals.hpp @ 7448:b735136e0d82

8004132: SerialGC: ValidateMarkSweep broken when running GCOld Summary: Remove bit-rotten ValidateMarkSweep functionality and flag. Reviewed-by: johnc, jmasa Contributed-by: tamao <tao.mao@oracle.com>
author johnc
date Wed, 02 Jan 2013 11:32:41 -0800
parents e51c9860cf66
children 6e9174173e00
comparison
equal deleted inserted replaced
7447:1de1b145f6bc 7448:b735136e0d82
1099 "LWP starvation on MP systems (For Solaris Only)") \ 1099 "LWP starvation on MP systems (For Solaris Only)") \
1100 \ 1100 \
1101 product(bool, ReduceSignalUsage, false, \ 1101 product(bool, ReduceSignalUsage, false, \
1102 "Reduce the use of OS signals in Java and/or the VM") \ 1102 "Reduce the use of OS signals in Java and/or the VM") \
1103 \ 1103 \
1104 notproduct(bool, ValidateMarkSweep, false, \
1105 "Do extra validation during MarkSweep collection") \
1106 \
1107 notproduct(bool, RecordMarkSweepCompaction, false, \
1108 "Enable GC-to-GC recording and querying of compaction during " \
1109 "MarkSweep") \
1110 \
1111 develop_pd(bool, ShareVtableStubs, \ 1104 develop_pd(bool, ShareVtableStubs, \
1112 "Share vtable stubs (smaller code but worse branch prediction") \ 1105 "Share vtable stubs (smaller code but worse branch prediction") \
1113 \ 1106 \
1114 develop(bool, LoadLineNumberTables, true, \ 1107 develop(bool, LoadLineNumberTables, true, \
1115 "Tells whether the class file parser loads line number tables") \ 1108 "Tells whether the class file parser loads line number tables") \