hotspot/src/share/vm/runtime/globals.hpp
changeset 1407 9006b01ba3fd
parent 1406 e5e2b519fc11
child 1408 e9c4f37aed49
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Sep 30 11:49:31 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Sep 30 12:20:22 2008 -0700
@@ -1157,9 +1157,9 @@
           "In the Parallel Old garbage collector use parallel dense"        \
           " prefix update")                                                 \
                                                                             \
-  develop(bool, UseParallelOldGCChunkPointerCalc, true,                     \
-          "In the Parallel Old garbage collector use chucks to calculate"   \
-          " new object locations")                                          \
+  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 "   \
@@ -1195,8 +1195,8 @@
   develop(bool, ParallelOldMTUnsafeUpdateLiveData, false,                   \
           "Use the Parallel Old MT unsafe in update of live size")          \
                                                                             \
-  develop(bool, TraceChunkTasksQueuing, false,                              \
-          "Trace the queuing of the chunk tasks")                           \
+  develop(bool, TraceRegionTasksQueuing, false,                             \
+          "Trace the queuing of the region tasks")                          \
                                                                             \
   product(uintx, ParallelMarkingThreads, 0,                                 \
           "Number of marking threads concurrent gc will use")               \