Integrated: 8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception
Matias Saavedra Silva
matsaave at openjdk.org
Mon Mar 27 22:15:45 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.
This pull request has now been integrated.
Changeset: 6aec6f3a
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6aec6f3a842ead30b26cd31dc57a2ab268f67875
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception
Reviewed-by: coleenp, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/13195
More information about the hotspot-runtime-dev
mailing list