< prev index next >

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

Print this page

        

@@ -236,6 +236,11 @@
   // Class Data Sharing
   public native boolean isSharedClass(Class<?> c);
 
   // Returns true on linux if library has the noexecstack flag set.
   public native boolean checkLibSpecifiesNoexecstack(String libfilename);
+
+  // Container testing
+  public native boolean isContainerized();
+  public native void printOsInfo();
+
 }
< prev index next >