hotspot/src/share/vm/memory/metaspaceShared.cpp
changeset 39713 29ece76096cb
parent 38943 2e5c855d6b1e
child 39714 976b97b59d87
equal deleted inserted replaced
39712:dccb9af07ee1 39713:29ece76096cb
   804     } else {
   804     } else {
   805       tty->print_cr("Please remove the unverifiable classes from your class list and try again");
   805       tty->print_cr("Please remove the unverifiable classes from your class list and try again");
   806       exit(1);
   806       exit(1);
   807     }
   807     }
   808   }
   808   }
       
   809 
       
   810   // Copy the verification constraints from C_HEAP-alloced GrowableArrays to RO-alloced
       
   811   // Arrays
       
   812   SystemDictionaryShared::finalize_verification_constraints();
   809 }
   813 }
   810 
   814 
   811 void MetaspaceShared::prepare_for_dumping() {
   815 void MetaspaceShared::prepare_for_dumping() {
   812   Arguments::check_unsupported_dumping_properties();
   816   Arguments::check_unsupported_dumping_properties();
   813   ClassLoader::initialize_shared_path();
   817   ClassLoader::initialize_shared_path();