8098821: Crash in system dictionary initialization with shared strings
Summary: map string regions after the compressed class base is known
Reviewed-by: iklam, dcubed, coleenp
--- a/test/lib/sun/hotspot/WhiteBox.java Mon Jun 15 13:48:27 2015 +0200
+++ b/test/lib/sun/hotspot/WhiteBox.java Wed Jun 17 21:43:26 2015 +0000
@@ -366,4 +366,5 @@
// Sharing
public native boolean isShared(Object o);
+ public native boolean areSharedStringsIgnored();
}