RFR: 8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception

Matias Saavedra Silva matsaave at openjdk.org
Mon Mar 27 22:15:43 UTC 2023


On Mon, 27 Mar 2023 21:32:21 GMT, Coleen Phillimore <coleenp 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.

Thank you for the reviews @coleenp and @dholmes-ora

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13195#issuecomment-1485926067


More information about the hotspot-runtime-dev mailing list