hotspot/src/share/vm/memory/universe.cpp
changeset 31345 1bba15125d8d
parent 31335 60081f497e75
child 31592 43f48e165466
child 33962 a96fba52fc81
equal deleted inserted replaced
31344:2316eb7a0358 31345:1bba15125d8d
   309       // Verify shared interfaces array.
   309       // Verify shared interfaces array.
   310       assert(_the_array_interfaces_array->at(0) ==
   310       assert(_the_array_interfaces_array->at(0) ==
   311              SystemDictionary::Cloneable_klass(), "u3");
   311              SystemDictionary::Cloneable_klass(), "u3");
   312       assert(_the_array_interfaces_array->at(1) ==
   312       assert(_the_array_interfaces_array->at(1) ==
   313              SystemDictionary::Serializable_klass(), "u3");
   313              SystemDictionary::Serializable_klass(), "u3");
       
   314       MetaspaceShared::fixup_shared_string_regions();
   314     } else {
   315     } else {
   315       // Set up shared interfaces array.  (Do this before supers are set up.)
   316       // Set up shared interfaces array.  (Do this before supers are set up.)
   316       _the_array_interfaces_array->at_put(0, SystemDictionary::Cloneable_klass());
   317       _the_array_interfaces_array->at_put(0, SystemDictionary::Cloneable_klass());
   317       _the_array_interfaces_array->at_put(1, SystemDictionary::Serializable_klass());
   318       _the_array_interfaces_array->at_put(1, SystemDictionary::Serializable_klass());
   318     }
   319     }