mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8246546: Simplify SystemDictionary::is_shared_class_visible
Reviewed-by: minqi, ccheung
This commit is contained in:
parent
e178f0467b
commit
27fc8b6787
8 changed files with 127 additions and 186 deletions
|
@ -242,12 +242,6 @@ public:
|
|||
|
||||
// Check if sharing is supported for the class loader.
|
||||
static bool is_sharing_possible(ClassLoaderData* loader_data);
|
||||
static bool is_shared_class_visible_for_classloader(InstanceKlass* ik,
|
||||
Handle class_loader,
|
||||
Symbol* pkg_name,
|
||||
PackageEntry* pkg_entry,
|
||||
ModuleEntry* mod_entry,
|
||||
TRAPS);
|
||||
|
||||
static bool add_unregistered_class(InstanceKlass* k, TRAPS);
|
||||
static InstanceKlass* dump_time_resolve_super_or_fail(Symbol* child_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue