test/lib/sun/hotspot/WhiteBox.java
changeset 33038 5d648743b2d1
parent 32557 4a6715919601
child 33045 00f484891bcf
equal deleted inserted replaced
32563:e39c28bd8aa6 33038:5d648743b2d1
   157   public native long NMTMallocWithPseudoStack(long size, int index);
   157   public native long NMTMallocWithPseudoStack(long size, int index);
   158   public native boolean NMTChangeTrackingLevel();
   158   public native boolean NMTChangeTrackingLevel();
   159   public native int NMTGetHashSize();
   159   public native int NMTGetHashSize();
   160 
   160 
   161   // Compiler
   161   // Compiler
       
   162   public native int     matchesMethod(Executable method, String pattern);
   162   public native int     deoptimizeFrames(boolean makeNotEntrant);
   163   public native int     deoptimizeFrames(boolean makeNotEntrant);
   163   public native void    deoptimizeAll();
   164   public native void    deoptimizeAll();
   164   public        boolean isMethodCompiled(Executable method) {
   165   public        boolean isMethodCompiled(Executable method) {
   165     return isMethodCompiled(method, false /*not osr*/);
   166     return isMethodCompiled(method, false /*not osr*/);
   166   }
   167   }