Integrated: 8288443: Simplify vmClasses::resolve_all()
Ioi Lam
iklam at openjdk.java.net
Wed Jun 15 22:43:16 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.
This pull request has now been integrated.
Changeset: 07612281
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/07612281b084de62b6fb9e682184f93316130f41
Stats: 36 lines in 2 files changed: 5 ins; 4 del; 27 mod
8288443: Simplify vmClasses::resolve_all()
Reviewed-by: ccheung, dholmes, coleenp
-------------
PR: https://git.openjdk.org/jdk/pull/9157
More information about the hotspot-runtime-dev
mailing list