diff src/share/vm/runtime/globals.hpp @ 375:81cd571500b0

6725697: par compact - rename class ChunkData to RegionData Reviewed-by: iveresov, tonyp
author jcoomes
date Tue, 30 Sep 2008 12:20:22 -0700
parents a4b729f5b611
children 0166ac265d53
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Sep 30 11:49:31 2008 -0700
+++ b/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")               \