RFR: 8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception
Coleen Phillimore
coleenp at openjdk.org
Mon Mar 27 21:34:47 UTC 2023
On Mon, 27 Mar 2023 19:51:27 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> The change in [JDK-8304069](https://bugs.openjdk.org/browse/JDK-8304069) resulted in an assertion failure in the case of multiple duplicate fields, methods, or interfaces. This would create unwanted pending exceptions leading to a failure later.
>
> The method will now return following a class file parse error to avoid adding more pending errors. Verified with tiers 1-6.
Looks good plus trivial.
-------------
Marked as reviewed by coleenp (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13195#pullrequestreview-1359900546
More information about the hotspot-runtime-dev
mailing list