agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java

Print this page
rev 4134 : imported patch remove-prints

@@ -189,11 +189,10 @@
             // FIXME: need to do a better job here.
             // can I use bitMap here?
             //Find the object size using Printezis bits and skip over
             long size = collector().blockSizeUsingPrintezisBits(cur);
             if (size == -1) {
-              System.err.println("Printezis bits not set...");
               break;
             }
             cur = cur.addOffsetTo(adjustObjectSizeInBytes(size));
          }
       }