--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Dec 26 15:05:30 2012 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Jan 02 11:32:41 2013 -0800
@@ -1101,13 +1101,6 @@
product(bool, ReduceSignalUsage, false, \
"Reduce the use of OS signals in Java and/or the VM") \
\
- notproduct(bool, ValidateMarkSweep, false, \
- "Do extra validation during MarkSweep collection") \
- \
- notproduct(bool, RecordMarkSweepCompaction, false, \
- "Enable GC-to-GC recording and querying of compaction during " \
- "MarkSweep") \
- \
develop_pd(bool, ShareVtableStubs, \
"Share vtable stubs (smaller code but worse branch prediction") \
\