< prev index next >

src/hotspot/share/gc/g1/heapRegionType.hpp

Print this page
rev 52611 : webrev.00
rev 52613 : webrev.01

@@ -75,10 +75,11 @@
 
     OldMask               = 16,
     PreMatureOldMask      = OldMask + 1,
     OldTag                = OldMask,
     PreMatureOldTag       = PreMatureOldMask,
+
     // Archive regions are regions with immutable content (i.e. not reclaimed, and
     // not allocated into during regular operation). They differ in the kind of references
     // allowed for the contained objects:
     // - Closed archive regions form a separate self-contained (closed) object graph
     // within the set of all of these regions. No references outside of closed
< prev index next >