test/lib/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/lib/sun/hotspot/WhiteBox.java	Wed Mar  2 13:19:41 2016
--- new/test/lib/sun/hotspot/WhiteBox.java	Wed Mar  2 13:19:41 2016

*** 453,458 **** --- 453,462 ---- // Sharing public native boolean isSharedClass(Class<?> c); public native boolean isShared(Object o); public native boolean areSharedStringsIgnored(); + + // Compiler Directive + public native boolean addCompilerDirective(String compDirect); + public native void removeCompilerDirective(); }

test/lib/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File