On Thu, 4 Sep 2025 18:24:57 GMT, Matias Saavedra Silva <[email protected]> wrote:
>> The logic located in `ClassVerifier::ends_in_athrow()` is no longer required >> by the JVM Spec as of Java SE 22 (see JVMS 4.10) and the error cases should >> be handled by the stack map table and its rules for `uninitializedThis`. >> Thanks to that, `ClassVerifier::ends_in_athrow()` and any relevant code can >> be removed. Verified with tier1-5 tests. > > Matias Saavedra Silva has updated the pull request incrementally with one > additional commit since the last revision: > > Fixed copyright Marked as reviewed by dlong (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/27107#pullrequestreview-3187604303
