RFR: 8288443: Simplify vmClasses::resolve_all()
Ioi Lam
iklam at openjdk.java.net
Tue Jun 14 18:57:39 UTC 2022
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.
-------------
Commit messages:
- 8288443: Simplify vmClasses::resolve_all()
Changes: https://git.openjdk.org/jdk/pull/9157/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9157&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8288443
Stats: 31 lines in 1 file changed: 5 ins; 0 del; 26 mod
Patch: https://git.openjdk.org/jdk/pull/9157.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9157/head:pull/9157
PR: https://git.openjdk.org/jdk/pull/9157
More information about the hotspot-runtime-dev
mailing list