RFR: 8288443: Simplify vmClasses::resolve_all() [v2]

Ioi Lam iklam at openjdk.java.net
Wed Jun 15 16:24:45 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.

Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:

  removed out-dated comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9157/files
  - new: https://git.openjdk.org/jdk/pull/9157/files/e802861c..ccdf46c1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9157&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9157&range=00-01

  Stats: 5 lines in 1 file changed: 0 ins; 4 del; 1 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