hotspot/src/share/vm/runtime/globals.hpp
changeset 9182 ab3e9e0925ad
parent 9124 f60dee480d49
parent 9180 987b51bab2e2
child 9422 e3c824172b61
child 9333 36b8f9661154
child 9429 4569a4c199da
--- a/hotspot/src/share/vm/runtime/globals.hpp	Sat Apr 09 21:16:12 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 14 13:45:41 2011 -0700
@@ -1355,13 +1355,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)")                                                \
@@ -1381,9 +1374,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")                \
                                                                             \