--- 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);
}