RFR: 8329135: Store Universe::*exception_instance() in CDS archive

Ioi Lam iklam at openjdk.org
Fri Mar 29 16:58:38 UTC 2024


This is a preparation step for the AOT compiler in the Leyden project. The exception options are frequently accessed by compiled code. Having them inside the CDS archive will allow the AOT to generate smaller/better code.

-------------

Commit messages:
 - 8329135: Store Universe::*exception_instance() in CDS archive

Changes: https://git.openjdk.org/jdk/pull/18551/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18551&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8329135
  Stats: 108 lines in 5 files changed: 72 ins; 17 del; 19 mod
  Patch: https://git.openjdk.org/jdk/pull/18551.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18551/head:pull/18551

PR: https://git.openjdk.org/jdk/pull/18551


More information about the hotspot-runtime-dev mailing list