RFR: 8288443: Simplify vmClasses::resolve_all() [v2]
David Holmes
dholmes at openjdk.java.net
Wed Jun 15 22:33:02 UTC 2022
On Wed, 15 Jun 2022 16:24:45 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Please review this simple clean up:
>>
>> - There's no need to initialize the JSR 292 classes separately (the `-XX:+EnableInvokeDynamic` option has been removed long time ago).
>> - Separate initialization of the reference classes is not necessary when CDS is enabled.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>
> removed out-dated comments
Thanks for the update
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9157
More information about the hotspot-runtime-dev
mailing list