mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8267431: Rename InstanceKlass::has_old_class_version to can_be_verified_at_dumptime
Reviewed-by: iklam
This commit is contained in:
parent
c519ba2e43
commit
de27da7ded
6 changed files with 13 additions and 13 deletions
|
@ -1228,7 +1228,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;
|
||||
bool can_be_verified_at_dumptime() const;
|
||||
|
||||
jint compute_modifier_flags() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue