< prev index next >

test/lib/sun/hotspot/WhiteBox.java

Print this page

        

*** 534,539 **** --- 534,542 ---- public native boolean isContainerized(); public native void printOsInfo(); // Decoder public native void disableElfSectionCache(); + + // Resolved Method Table + public native int resolvedMethodRemovedCount(); }
< prev index next >