< prev index next >

test/lib/sun/hotspot/WhiteBox.java

Print this page

        

@@ -537,6 +537,9 @@
   // Decoder
   public native void disableElfSectionCache();
 
   // Resolved Method Table
   public native int resolvedMethodRemovedCount();
+
+  // Protection Domain Table
+  public native int protectionDomainRemovedCount();
 }
< prev index next >