changeset 1557:178f65f48dc1

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
author mseledtsov
date Wed, 17 Jun 2015 21:43:26 +0000
parents 9e45c218217e
children 12797cd2edfa
files test/lib/sun/hotspot/WhiteBox.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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();
 }