test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

changeset 4850
ede380e13960
parent 4637
1b0dc9f87e75
child 4885
3b890cd4da64
child 4908
b84fd7d73702
child 4916
b0301c02f38e
     1.1 --- a/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Thu Mar 28 15:39:52 2013 +0100
     1.2 +++ b/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Tue Apr 02 11:28:33 2013 +0200
     1.3 @@ -94,4 +94,10 @@
     1.4    public native int     getMethodCompilationLevel(Method method);
     1.5    public native boolean setDontInlineMethod(Method method, boolean value);
     1.6    public native int     getCompileQueuesSize();
     1.7 +
     1.8 +  //Intered strings
     1.9 +  public native boolean isInStringTable(String str);
    1.10 +
    1.11 +  // force Full GC
    1.12 +  public native void fullGC();
    1.13  }

mercurial