mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
Reviewed-by: lfoltan, jiangli
This commit is contained in:
parent
03096d9b75
commit
f9742fc0a6
6 changed files with 29 additions and 16 deletions
|
@ -311,6 +311,7 @@ InstanceKlass* ClassListParser::load_class_from_source(Symbol* class_name, TRAPS
|
|||
|
||||
// This tells JVM_FindLoadedClass to not find this class.
|
||||
k->set_shared_classpath_index(UNREGISTERED_INDEX);
|
||||
k->clear_class_loader_type();
|
||||
}
|
||||
|
||||
return k;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue