mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8231125
: Improve testing of parallel loading of shared classes by the boot class loader
Reviewed-by: ccheung, coleenp, dholmes
This commit is contained in:
parent
83f41d2736
commit
9c92ecba04
4 changed files with 75 additions and 31 deletions
|
@ -1270,6 +1270,7 @@ InstanceKlass* SystemDictionary::load_shared_class(InstanceKlass* ik,
|
|||
TRAPS) {
|
||||
|
||||
if (ik != NULL) {
|
||||
assert(!ik->is_unshareable_info_restored(), "shared class can be loaded only once");
|
||||
Symbol* class_name = ik->name();
|
||||
|
||||
bool visible = is_shared_class_visible(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue