comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 20553:417e3b8d04c5

8059100: SIGSEGV VirtualMemoryTracker::remove_released_region Summary: Disallow increasing native memory tracking level Reviewed-by: hseigel, ctornqvi, gtriantafill
author coleenp
date Fri, 10 Oct 2014 19:36:12 +0000
parents b509b7ff561c
children 4cb90023bf2b
comparison
equal deleted inserted replaced
20547:fffbcc20bf61 20553:417e3b8d04c5
99 public native void NMTUncommitMemory(long addr, long size); 99 public native void NMTUncommitMemory(long addr, long size);
100 public native void NMTReleaseMemory(long addr, long size); 100 public native void NMTReleaseMemory(long addr, long size);
101 public native void NMTOverflowHashBucket(long num); 101 public native void NMTOverflowHashBucket(long num);
102 public native long NMTMallocWithPseudoStack(long size, int index); 102 public native long NMTMallocWithPseudoStack(long size, int index);
103 public native boolean NMTIsDetailSupported(); 103 public native boolean NMTIsDetailSupported();
104 public native boolean NMTChangeTrackingLevel();
104 105
105 // Compiler 106 // Compiler
106 public native void deoptimizeAll(); 107 public native void deoptimizeAll();
107 public boolean isMethodCompiled(Executable method) { 108 public boolean isMethodCompiled(Executable method) {
108 return isMethodCompiled(method, false /*not osr*/); 109 return isMethodCompiled(method, false /*not osr*/);