--- old/test/lib/sun/hotspot/WhiteBox.java 2018-08-29 13:49:58.757106057 -0400 +++ new/test/lib/sun/hotspot/WhiteBox.java 2018-08-29 13:49:58.291062778 -0400 @@ -539,4 +539,7 @@ // Resolved Method Table public native int resolvedMethodRemovedCount(); + + // Protection Domain Table + public native int protectionDomainRemovedCount(); }