RFR: 8354887: Preserve runtime blobs in AOT code cache [v4]
Ashutosh Mehra
asmehra at openjdk.org
Mon May 12 20:10:13 UTC 2025
> [8350209](https://bugs.openjdk.org/browse/JDK-8350209) introduced the framework for storing code in aot code cache and used it for caching i2c/c2i adapters.
> This PR extends the `AOTCodeCache` infrastructure and stores various runtime blobs (shared blobs, C1 and C2 runtime blobs) in the AOT code cache. It adds a new diagnostic flag `AOTStubCaching` to enable/disable the caching of these blobs.
> `AOTCodeFlags.java` test is extended to cover `AOTStubCaching`.
Ashutosh Mehra has updated the pull request incrementally with two additional commits since the last revision:
- Remove more unused code
Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
- Fix whitespace issue. Remove unused code.
Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25019/files
- new: https://git.openjdk.org/jdk/pull/25019/files/9fcc91b3..98e5fa07
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25019&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25019&range=02-03
Stats: 11 lines in 1 file changed: 0 ins; 10 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25019.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25019/head:pull/25019
PR: https://git.openjdk.org/jdk/pull/25019
More information about the hotspot-compiler-dev
mailing list