Integrated: 8309634: Resolve CONSTANT_MethodRef at CDS dump time

Ioi Lam iklam at openjdk.org
Thu Jun 27 20:12:25 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)

This pull request has now been integrated.

Changeset: c35e58a5
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c35e58a5adf06e25a3b482e2be384af95a84f11a
Stats:     354 lines in 13 files changed: 312 ins; 6 del; 36 mod

8309634: Resolve CONSTANT_MethodRef at CDS dump time

Reviewed-by: matsaave, ccheung

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

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


More information about the build-dev mailing list