Merge
authorkvn
Fri, 03 Apr 2015 11:40:37 -0700
changeset 30082 0f1cf539954d
parent 29674 457b3ae3cecc (current diff)
parent 30081 2dd31ea5f49c (diff)
child 30083 385348cd698e
Merge
--- a/test/lib/sun/hotspot/WhiteBox.java	Tue Mar 31 16:17:14 2015 -0700
+++ b/test/lib/sun/hotspot/WhiteBox.java	Fri Apr 03 11:40:37 2015 -0700
@@ -168,14 +168,7 @@
       return allocateCodeBlob( intSize, type);
   }
   public native void    freeCodeBlob(long addr);
-  public        void    forceNMethodSweep() {
-    try {
-        forceNMethodSweep0().join();
-    } catch (InterruptedException e) {
-        Thread.currentThread().interrupt();
-    }
-  }
-  public native Thread  forceNMethodSweep0();
+  public native void    forceNMethodSweep();
   public native Object[] getCodeHeapEntries(int type);
   public native int     getCompilationActivityMode();
   public native Object[] getCodeBlob(long addr);