8015086: add interned strings to the shared archive.
authorjiangli
Fri, 12 Jun 2015 17:03:04 -0400
changeset 31314 f273a8edea25
parent 31221 72b40bd3f4ee
child 31315 88c66d34131d
8015086: add interned strings to the shared archive. Summary: Support saving interned strings in shared CDS archive. Reviewed-by: coleenp, iklam, pliden
test/lib/sun/hotspot/WhiteBox.java
--- 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);
 }