changeset 51567 | 0c4f2b26849e |
parent 51214 | 67736b4846a0 |
child 51610 | cdef4df6b0e7 |
--- a/test/lib/sun/hotspot/WhiteBox.java Wed Aug 22 10:29:17 2018 +0200 +++ b/test/lib/sun/hotspot/WhiteBox.java Wed Aug 29 10:46:59 2018 -0400 @@ -536,4 +536,7 @@ // Decoder public native void disableElfSectionCache(); + + // Resolved Method Table + public native int resolvedMethodRemovedCount(); }