diff -r c97a91097f9f -r fbfcebad8e66 test/lib/sun/hotspot/WhiteBox.java --- a/test/lib/sun/hotspot/WhiteBox.java Wed Apr 10 15:41:03 2019 +0200 +++ b/test/lib/sun/hotspot/WhiteBox.java Wed Apr 10 15:41:04 2019 +0200 @@ -541,7 +541,7 @@ public native void disableElfSectionCache(); // Resolved Method Table - public native int resolvedMethodRemovedCount(); + public native long resolvedMethodItemsCount(); // Protection Domain Table public native int protectionDomainRemovedCount();