test/lib/sun/hotspot/WhiteBox.java
changeset 51610 cdef4df6b0e7
parent 51567 0c4f2b26849e
child 51747 9bf5205655ee
equal deleted inserted replaced
51609:48a95b70d4af 51610:cdef4df6b0e7
   537   // Decoder
   537   // Decoder
   538   public native void disableElfSectionCache();
   538   public native void disableElfSectionCache();
   539 
   539 
   540   // Resolved Method Table
   540   // Resolved Method Table
   541   public native int resolvedMethodRemovedCount();
   541   public native int resolvedMethodRemovedCount();
       
   542 
       
   543   // Protection Domain Table
       
   544   public native int protectionDomainRemovedCount();
   542 }
   545 }