< prev index next >

src/hotspot/share/gc/z/zForwarding.cpp

Print this page

        

@@ -56,11 +56,11 @@
 
   uint32_t live_objects = 0;
 
   for (ZForwardingCursor i = 0; i < _entries.length(); i++) {
     const ZForwardingEntry entry = at(&i);
-    if (entry.is_empty()) {
+    if (!entry.populated()) {
       // Skip empty entries
       continue;
     }
 
     // Check from index
< prev index next >