hotspot/src/share/vm/runtime/globals.hpp
changeset 9333 36b8f9661154
parent 9331 9a575ce594ed
parent 9182 ab3e9e0925ad
child 9426 b1ae0063e63a
child 9430 195f39af508f
child 9630 d6419e4395e3
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 28 14:00:13 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Apr 29 11:15:30 2011 -0700
@@ -1358,13 +1358,6 @@
   product(bool, UseParallelOldGC, false,                                    \
           "Use the Parallel Old garbage collector")                         \
                                                                             \
-  product(bool, UseParallelOldGCCompacting, true,                           \
-          "In the Parallel Old garbage collector use parallel compaction")  \
-                                                                            \
-  product(bool, UseParallelDensePrefixUpdate, true,                         \
-          "In the Parallel Old garbage collector use parallel dense"        \
-          " prefix update")                                                 \
-                                                                            \
   product(uintx, HeapMaximumCompactionInterval, 20,                         \
           "How often should we maximally compact the heap (not allowing "   \
           "any dead space)")                                                \
@@ -1384,9 +1377,6 @@
           "The standard deviation used by the par compact dead wood"        \
           "limiter (a number between 0-100).")                              \
                                                                             \
-  product(bool, UseParallelOldGCDensePrefix, true,                          \
-          "Use a dense prefix with the Parallel Old garbage collector")     \
-                                                                            \
   product(uintx, ParallelGCThreads, 0,                                      \
           "Number of parallel threads parallel gc will use")                \
                                                                             \