mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
Reviewed-by: jiangli
This commit is contained in:
parent
39dd04b953
commit
9959e34180
3 changed files with 21 additions and 21 deletions
|
@ -715,7 +715,7 @@ void JVMCIRuntime::initialize_well_known_classes(TRAPS) {
|
|||
if (JVMCIRuntime::_well_known_classes_initialized == false) {
|
||||
guarantee(can_initialize_JVMCI(), "VM is not yet sufficiently booted to initialize JVMCI");
|
||||
SystemDictionary::WKID scan = SystemDictionary::FIRST_JVMCI_WKID;
|
||||
SystemDictionary::initialize_wk_klasses_through(SystemDictionary::LAST_JVMCI_WKID, scan, CHECK);
|
||||
SystemDictionary::resolve_wk_klasses_through(SystemDictionary::LAST_JVMCI_WKID, scan, CHECK);
|
||||
JVMCIJavaClasses::compute_offsets(CHECK);
|
||||
JVMCIRuntime::_well_known_classes_initialized = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue