RFR: 8288443: Simplify vmClasses::resolve_all()

Coleen Phillimore coleenp at openjdk.java.net
Wed Jun 15 13:36:00 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.

Marked as reviewed by coleenp (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list