Description
Currently we have two places for dumping loaded class name to list in vm, one is in ClassFileParser::parse_stream, the other is in SystemDictionary::load_shared_class_misc. The first part should be moved after post_process_parse_stream, which is after the class file successfully parsed. The dump code should move to a place where shared by the two like in InstanceKlass.