RFR: 8309634: Resolve CONSTANT_MethodRef at CDS dump time

Ioi Lam iklam at openjdk.org
Mon Jun 24 21:41:08 UTC 2024


On Mon, 24 Jun 2024 17:21:18 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Resolve `CONSTANT_MethodRef` entries during CDS dump time to improve start-up performance.
> 
> - This PR uses the same framework introduced in #19355 and just added handling for methods.
> - Support for getstatic/putstatic/invokestatic will be done separately in [JDK-8334898](https://bugs.openjdk.org/browse/JDK-8334898)

Note: the makefile changes is now in a separate PR (#19868) which will be integrated before this PR.

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

PR Comment: https://git.openjdk.org/jdk/pull/19866#issuecomment-2187453536


More information about the build-dev mailing list