hotspot/src/share/vm/memory/universe.cpp
changeset 31345 1bba15125d8d
parent 31335 60081f497e75
child 31592 43f48e165466
child 33962 a96fba52fc81
--- a/hotspot/src/share/vm/memory/universe.cpp	Fri Jun 12 12:55:32 2015 +0200
+++ b/hotspot/src/share/vm/memory/universe.cpp	Fri Jun 12 17:29:14 2015 -0400
@@ -311,6 +311,7 @@
              SystemDictionary::Cloneable_klass(), "u3");
       assert(_the_array_interfaces_array->at(1) ==
              SystemDictionary::Serializable_klass(), "u3");
+      MetaspaceShared::fixup_shared_string_regions();
     } else {
       // Set up shared interfaces array.  (Do this before supers are set up.)
       _the_array_interfaces_array->at_put(0, SystemDictionary::Cloneable_klass());