On Wed, 11 Sep 2024 03:20:54 GMT, ExE Boss <d...@openjdk.org> wrote: >> Chen Liang has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 14 commits: >> >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> fix/constant-moving >> - omission in tests >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> fix/constant-moving >> - Rename constants at new locations, link to related factories, cp tag >> constant names >> - Fix compile errors >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> fix/constant-moving >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> fix/constant-moving >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> fix/constant-moving >> - Compile errors; now tests are all green. >> - Move Constant Pool tags to PoolEntry >> >> Two unexpected usages in jlink raw processing, but rest is fine >> - ... and 4 more: https://git.openjdk.org/jdk/compare/6fd043f1...fa9ea36d > > src/java.base/share/classes/jdk/internal/classfile/impl/verifier/VerificationBytecodes.java > line 92: > >> 90: case ClassFile.WIDE: >> 91: case ClassFile.TABLESWITCH: >> 92: case ClassFile.LOOKUPSWITCH: > > This method was removed in [JDK‑8339576] ([GH‑20863]): > Suggestion: > > > > [JDK‑8339576]: https://bugs.openjdk.org/browse/JDK-8339576 > [GH‑20863]: https://github.com/openjdk/jdk/pull/20863
hmm, seems i forgot to push the local fix. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20773#discussion_r1753244260