agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
Print this page
rev 4134 : imported patch remove-prints
@@ -333,11 +333,10 @@
throw new RuntimeException(" UnknownOopException " + exp);
}
}
if (obj == null) {
//Find the object size using Printezis bits and skip over
- System.err.println("Finding object size using Printezis bits and skipping over...");
long size = 0;
if ( (cmsSpaceOld != null) && cmsSpaceOld.contains(handle) ){
size = cmsSpaceOld.collector().blockSizeUsingPrintezisBits(handle);
}