8098821: Crash in system dictionary initialization with shared strings
authormseledtsov
Wed, 17 Jun 2015 21:43:26 +0000
changeset 31317 9029b3303113
parent 31316 8bd482eb48e2
child 31318 2f6b57472d81
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
test/lib/sun/hotspot/WhiteBox.java
--- 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();
 }