diff src/share/vm/runtime/globals.hpp @ 376:0166ac265d53

6729594: par compact - remove unused block table implementation Reviewed-by: tonyp, jmasa, apetrusenko
author jcoomes
date Tue, 30 Sep 2008 13:15:27 -0700
parents 81cd571500b0
children ddfad9496151
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Sep 30 12:20:22 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Sep 30 13:15:27 2008 -0700
@@ -1157,10 +1157,6 @@
           "In the Parallel Old garbage collector use parallel dense"        \
           " prefix update")                                                 \
                                                                             \
-  develop(bool, UseParallelOldGCRegionPointerCalc, true,                    \
-          "In the Parallel Old garbage collector use regions to calculate"  \
-          "new object locations")                                           \
-                                                                            \
   product(uintx, HeapMaximumCompactionInterval, 20,                         \
           "How often should we maximally compact the heap (not allowing "   \
           "any dead space)")                                                \