hotspot/src/share/vm/memory/metaspaceShared.cpp
changeset 39713 29ece76096cb
parent 38943 2e5c855d6b1e
child 39714 976b97b59d87
--- a/hotspot/src/share/vm/memory/metaspaceShared.cpp	Wed Apr 06 07:55:32 2016 -0400
+++ b/hotspot/src/share/vm/memory/metaspaceShared.cpp	Wed Apr 06 21:53:44 2016 -0700
@@ -806,6 +806,10 @@
       exit(1);
     }
   }
+
+  // Copy the verification constraints from C_HEAP-alloced GrowableArrays to RO-alloced
+  // Arrays
+  SystemDictionaryShared::finalize_verification_constraints();
 }
 
 void MetaspaceShared::prepare_for_dumping() {