8015086: add interned strings to the shared archive.
Summary: Support saving interned strings in shared CDS archive.
Reviewed-by: coleenp, iklam, pliden
--- a/test/lib/sun/hotspot/WhiteBox.java Thu Jun 04 14:39:07 2015 +0200
+++ b/test/lib/sun/hotspot/WhiteBox.java Fri Jun 12 17:03:04 2015 -0400
@@ -363,4 +363,7 @@
// Safepoint Checking
public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
+
+ // Sharing
+ public native boolean isShared(Object o);
}