Merge
authorchegar
Tue, 22 Mar 2016 17:02:40 +0000
changeset 36542 67e12a9fe95d
parent 36541 5a025732e169 (current diff)
parent 36540 bba2e82b305b (diff)
child 36543 a8ce27ddc757
child 36785 458d52e5d1d5
child 37018 fd3fb9870ccb
Merge
test/lib/sun/hotspot/WhiteBox.java
--- a/make/devkit/Tools.gmk	Tue Mar 22 10:44:28 2016 +0000
+++ b/make/devkit/Tools.gmk	Tue Mar 22 17:02:40 2016 +0000
@@ -83,8 +83,9 @@
     libXdmcp libXdmcp-devel \
     libXau libXau-devel \
     libgcc \
-    elfutils elfutils-devel \
-    elfutils-libelf elfutils-libelf-devel
+    elfutils elfutils-libs elfutils-devel \
+    elfutils-libelf elfutils-libelf-devel \
+    zlib zlib-devel
 
 
 ifeq ($(ARCH),x86_64)
--- a/test/lib/sun/hotspot/WhiteBox.java	Tue Mar 22 10:44:28 2016 +0000
+++ b/test/lib/sun/hotspot/WhiteBox.java	Tue Mar 22 17:02:40 2016 +0000
@@ -465,4 +465,8 @@
   public native boolean isShared(Object o);
   public native boolean isSharedClass(Class<?> c);
   public native boolean areSharedStringsIgnored();
+
+  // Compiler Directive
+  public native int addCompilerDirective(String compDirect);
+  public native void removeCompilerDirective(int count);
 }