hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp
changeset 12272 f87fd1292095
parent 11756 28b6fe22e43d
child 12379 2cf45b79ce3a
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp	Fri Mar 16 09:52:57 2012 +0100
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Apr 05 13:57:23 2012 -0400
@@ -373,10 +373,9 @@
     ScrubRemSetClaimValue      = 3,
     ParVerifyClaimValue        = 4,
     RebuildRSClaimValue        = 5,
-    CompleteMarkCSetClaimValue = 6,
-    ParEvacFailureClaimValue   = 7,
-    AggregateCountClaimValue   = 8,
-    VerifyCountClaimValue      = 9
+    ParEvacFailureClaimValue   = 6,
+    AggregateCountClaimValue   = 7,
+    VerifyCountClaimValue      = 8
   };
 
   inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {