RFR: 8353694: Resolved Class/Field/Method CP entries missing from AOT Configuration

Ioi Lam iklam at openjdk.org
Wed Apr 9 15:25:30 UTC 2025


On Fri, 4 Apr 2025 02:44:44 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> This bug was discovered and [fixed in the Leyden repo](https://github.com/openjdk/leyden/commit/bd212673822a21164fbf57b255005339d28ef509). Now the constant pool class/field/method entries that were resolved in the training will be recorded in the AOT config file, so they will be AOT-resolved during cache assembly.
> 
> @iwanowww @shipilev could you review?

@iwanowww @shipilev could you review? The same code is already in premain branch.

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

PR Comment: https://git.openjdk.org/jdk/pull/24434#issuecomment-2790101115


More information about the hotspot-runtime-dev mailing list