On Mon, 7 Jul 2025 23:21:58 GMT, Chen Liang <li...@openjdk.org> wrote:
> The class file API verifier seems to be based off a version of hotspot > verifier before Mar 3 2021. We are thus missing a few patches in the hotspot > verifier: > [JDK-8350029](https://bugs.openjdk.org/browse/JDK-8350029) > [JDK-8340110](https://bugs.openjdk.org/browse/JDK-8340110) > [JDK-8330606](https://bugs.openjdk.org/browse/JDK-8330606) > [JDK-8314295](https://bugs.openjdk.org/browse/JDK-8314295) > [JDK-8270398](https://bugs.openjdk.org/browse/JDK-8270398) > [JDK-8267118](https://bugs.openjdk.org/browse/JDK-8267118) > [JDK-8262368](https://bugs.openjdk.org/browse/JDK-8262368) > [JDK-8272096](https://bugs.openjdk.org/browse/JDK-8272096) > [JDK-8349923](https://bugs.openjdk.org/browse/JDK-8349923) > > Synchronization allows the ClassFile API verifier to catch up with upcoming > verification changes for Valhalla strict fields as well. > > Testing: select javac tests and classfile tests, running tier 1-3 This pull request has now been integrated. Changeset: e2c5d035 Author: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e2c5d035468d530888fc95f8664410742e65f21f Stats: 276 lines in 9 files changed: 139 ins; 25 del; 112 mod 8361526: Synchronize ClassFile API verifier with hotspot Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/26174