< prev index next >

test/lib/sun/hotspot/WhiteBox.java

Print this page
rev 51053 : 8207830: [aix] disable jfr in build and tests

@@ -513,10 +513,11 @@
   // Sharing & archiving
   public native boolean isShared(Object o);
   public native boolean isSharedClass(Class<?> c);
   public native boolean areSharedStringsIgnored();
   public native boolean isCDSIncludedInVmBuild();
+  public native boolean isJFRIncludedInVmBuild();
   public native boolean isJavaHeapArchiveSupported();
   public native Object  getResolvedReferences(Class<?> c);
   public native boolean areOpenArchiveHeapObjectsMapped();
 
   // Compiler Directive
< prev index next >