test/lib/sun/hotspot/WhiteBox.java
changeset 59113 700a2ad8fc19
parent 59060 fce1fa1bdc91
child 59118 89c44961a84f
equal deleted inserted replaced
59112:fe87a92570db 59113:700a2ad8fc19
   220   public native void NMTReleaseMemory(long addr, long size);
   220   public native void NMTReleaseMemory(long addr, long size);
   221   public native long NMTMallocWithPseudoStack(long size, int index);
   221   public native long NMTMallocWithPseudoStack(long size, int index);
   222   public native long NMTMallocWithPseudoStackAndType(long size, int index, int type);
   222   public native long NMTMallocWithPseudoStackAndType(long size, int index, int type);
   223   public native boolean NMTChangeTrackingLevel();
   223   public native boolean NMTChangeTrackingLevel();
   224   public native int NMTGetHashSize();
   224   public native int NMTGetHashSize();
       
   225   public native long NMTNewArena(long initSize);
       
   226   public native void NMTFreeArena(long arena);
       
   227   public native void NMTArenaMalloc(long arena, long size);
   225 
   228 
   226   // Compiler
   229   // Compiler
   227   public native int     matchesMethod(Executable method, String pattern);
   230   public native int     matchesMethod(Executable method, String pattern);
   228   public native int     matchesInline(Executable method, String pattern);
   231   public native int     matchesInline(Executable method, String pattern);
   229   public native boolean shouldPrintAssembly(Executable method, int comp_level);
   232   public native boolean shouldPrintAssembly(Executable method, int comp_level);