Re: RFR: 8361526: Synchronize ClassFile API verifier with hotspot

2025-07-08 Thread Chen Liang
On Mon, 7 Jul 2025 23:21:58 GMT, Chen Liang 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](ht

Re: RFR: 8361526: Synchronize ClassFile API verifier with hotspot

2025-07-08 Thread Chen Liang
On Tue, 8 Jul 2025 16:28:45 GMT, ExE Boss 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]

Re: RFR: 8361526: Synchronize ClassFile API verifier with hotspot

2025-07-08 Thread ExE Boss
On Mon, 7 Jul 2025 23:21:58 GMT, Chen Liang 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](ht

Re: RFR: 8361526: Synchronize ClassFile API verifier with hotspot

2025-07-08 Thread Adam Sotona
On Mon, 7 Jul 2025 23:21:58 GMT, Chen Liang 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](ht

RFR: 8361526: Synchronize ClassFile API verifier with hotspot

2025-07-07 Thread Chen Liang
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: