diff -r a4b729f5b611 -r 81cd571500b0 src/share/vm/runtime/globals.hpp --- 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") \