--- a/modules.xml Thu Nov 12 14:12:53 2015 -0800
+++ b/modules.xml Thu Nov 19 19:30:47 2015 -0500
@@ -343,6 +343,7 @@
<to>java.sql</to>
<to>java.sql.rowset</to>
<to>jdk.scripting.nashorn</to>
+ <to>jdk.vm.cds</to>
</export>
<export>
<name>sun.reflect.annotation</name>
--- a/test/lib/sun/hotspot/WhiteBox.java Thu Nov 12 14:12:53 2015 -0800
+++ b/test/lib/sun/hotspot/WhiteBox.java Thu Nov 19 19:30:47 2015 -0500
@@ -407,6 +407,7 @@
public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
// Sharing
+ public native boolean isSharedClass(Class<?> c);
public native boolean isShared(Object o);
public native boolean areSharedStringsIgnored();
}