--- old/test/lib/sun/hotspot/WhiteBox.java 2018-08-28 17:31:21.497968301 -0400 +++ new/test/lib/sun/hotspot/WhiteBox.java 2018-08-28 17:31:21.037925565 -0400 @@ -536,4 +536,7 @@ // Decoder public native void disableElfSectionCache(); + + // Resolved Method Table + public native int resolvedMethodRemovedCount(); }