hotspot/src/share/vm/runtime/globals.hpp
changeset 15088 8875e774f1a3
parent 15086 2bfd799e9147
child 15094 80724d2b6f25
--- 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")   \
                                                                             \