git: openjdk/jdk: master: 8317269: Store old classes in linked state in AOT cache
Ioi Lam
iklam at openjdk.org
Wed Sep 10 19:23:18 UTC 2025
Changeset: 85715e10
Branch: master
Author: Ioi Lam <iklam at openjdk.org>
Date: 2025-09-10 19:21:00 +0000
URL: https://git.openjdk.org/jdk/commit/85715e1050fa774c3267dbbe2f749717aeeec8ff
8317269: Store old classes in linked state in AOT cache
Reviewed-by: coleenp, matsaave
! src/hotspot/share/cds/aotMetaspace.cpp
! src/hotspot/share/cds/aotMetaspace.hpp
! src/hotspot/share/cds/archiveBuilder.cpp
! src/hotspot/share/cds/cdsConfig.cpp
! src/hotspot/share/cds/cdsConfig.hpp
! src/hotspot/share/cds/dumpTimeClassInfo.cpp
! src/hotspot/share/cds/dumpTimeClassInfo.hpp
! src/hotspot/share/cds/dynamicArchive.cpp
! src/hotspot/share/cds/lambdaProxyClassDictionary.cpp
! src/hotspot/share/cds/runTimeClassInfo.cpp
! src/hotspot/share/cds/runTimeClassInfo.hpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/systemDictionaryShared.hpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/methodData.cpp
! src/hotspot/share/oops/trainingData.cpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! test/hotspot/jtreg/TEST.groups
! test/hotspot/jtreg/runtime/cds/appcds/aotCache/ExcludedClasses.java
+ test/hotspot/jtreg/runtime/cds/appcds/aotCache/OldA.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotCache/OldClassSupport.java
+ test/hotspot/jtreg/runtime/cds/appcds/aotCache/OldClassWithExcludedVerifierConstraints.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotCache/OldClassWithVerifierConstraints.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AOTClassLinkingVerification.java
= test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadNewClass.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadNewClass2.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadNewClass3.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadNewClass4.jasm
= test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClass.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClass2.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClass3.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClass4.jasm
! test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/GoodOldClass.jasm
More information about the jdk-changes
mailing list