RFR: 8288443: Simplify vmClasses::resolve_all()
Calvin Cheung
ccheung at openjdk.java.net
Tue Jun 14 23:37:52 UTC 2022
On Tue, 14 Jun 2022 17:54:25 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.
Looks good.
-------------
Marked as reviewed by ccheung (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9157
More information about the hotspot-runtime-dev
mailing list