test/lib/sun/hotspot/WhiteBox.java
changeset 51610 cdef4df6b0e7
parent 51567 0c4f2b26849e
child 51747 9bf5205655ee
--- a/test/lib/sun/hotspot/WhiteBox.java	Fri Aug 31 09:10:27 2018 -0400
+++ b/test/lib/sun/hotspot/WhiteBox.java	Fri Aug 31 10:22:04 2018 -0400
@@ -539,4 +539,7 @@
 
   // Resolved Method Table
   public native int resolvedMethodRemovedCount();
+
+  // Protection Domain Table
+  public native int protectionDomainRemovedCount();
 }