src/share/vm/runtime/globals.hpp

changeset 4384
b735136e0d82
parent 4382
e51c9860cf66
child 4390
6e9174173e00
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Dec 26 15:05:30 2012 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jan 02 11:32:41 2013 -0800
     1.3 @@ -1101,13 +1101,6 @@
     1.4    product(bool, ReduceSignalUsage, false,                                   \
     1.5            "Reduce the use of OS signals in Java and/or the VM")             \
     1.6                                                                              \
     1.7 -  notproduct(bool, ValidateMarkSweep, false,                                \
     1.8 -          "Do extra validation during MarkSweep collection")                \
     1.9 -                                                                            \
    1.10 -  notproduct(bool, RecordMarkSweepCompaction, false,                        \
    1.11 -          "Enable GC-to-GC recording and querying of compaction during "    \
    1.12 -          "MarkSweep")                                                      \
    1.13 -                                                                            \
    1.14    develop_pd(bool, ShareVtableStubs,                                        \
    1.15            "Share vtable stubs (smaller code but worse branch prediction")   \
    1.16                                                                              \

mercurial