hg: jdk/submit: 8236604: Optimize SystemDictionary::resolve_well_known_classes for CDS

yumin.qi at gmail.com yumin.qi at gmail.com
Fri Feb 28 23:30:46 UTC 2020


Changeset: f227e770495f
Author:    minqi
Date:      2020-02-28 15:30 -0800
URL:       https://hg.openjdk.java.net/jdk/submit/rev/f227e770495f

8236604: Optimize SystemDictionary::resolve_well_known_classes for CDS
Summary: Serialize SystemDictionary::_well_known_classes into CDS and quickly resolve them at runtime in vm startup stage.
Reviewed-by: iklam, coleenp

! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/systemDictionaryShared.hpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/klass.cpp



More information about the jdk-submit-changes mailing list