RFR: 8280682: Refactor AOT code source validation checks [v3]
    Calvin Cheung 
    ccheung at openjdk.org
       
    Wed Feb 19 22:41:17 UTC 2025
    
    
  
> This changset refactors CDS class paths and module paths validation code into a new class `AOTCodeSource` and related class `AOTCodeSourceConfig`. Code has been moved from filemap.[c|h]pp, classLoader.[c|h]pp, and classLoaderExt.[c|h]pp to aotCodeSource.[c|h]pp. CDS dependencies have been removed from `classLoader.cpp`. More refactoring could be done, such as removing `classLoaderExt.cpp`, in a future RFE.
> 
> Passed tiers 1 - 5 testing.
Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
  @ashu-mehra and @dholmes-ora comments
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/23476/files
  - new: https://git.openjdk.org/jdk/pull/23476/files/01238742..84206edd
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23476&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23476&range=01-02
  Stats: 56 lines in 6 files changed: 40 ins; 1 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/23476.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23476/head:pull/23476
PR: https://git.openjdk.org/jdk/pull/23476
    
    
More information about the serviceability-dev
mailing list