< prev index next >

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/ImmutableSpace.java

Print this page

        

@@ -71,11 +71,11 @@
    public OopHandle bottomAsOopHandle() {
       return bottomField.getOopHandle(addr);
    }
 
    /** returns all MemRegions where live objects are */
-   public abstract List/*<MemRegion>*/ getLiveRegions();
+   public abstract List<MemRegion> getLiveRegions();
 
    /** Returned value is in bytes */
    public long capacity() { return end().minus(bottom()); }
 
    public abstract long used();
< prev index next >