mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8266822: Rename MetaspaceShared::is_old_class to be more explicit about what "old" means
Reviewed-by: iklam, minqi, coleenp
This commit is contained in:
parent
616244f43a
commit
57c6ba6e6b
7 changed files with 32 additions and 31 deletions
|
@ -1250,6 +1250,7 @@ public:
|
|||
virtual void remove_java_mirror();
|
||||
void restore_unshareable_info(ClassLoaderData* loader_data, Handle protection_domain, PackageEntry* pkg_entry, TRAPS);
|
||||
void init_shared_package_entry();
|
||||
bool has_old_class_version() const;
|
||||
|
||||
jint compute_modifier_flags() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue