RFR: 8267532: Try/catch block not optimized as expected [v3]
Tobias Hartmann
thartmann at openjdk.org
Wed Nov 8 09:05:02 UTC 2023
On Mon, 6 Nov 2023 14:36:21 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Do note that a handful of compiler tests fail with -XX:+StressPrunedExceptionHandlers since they test for a very particular sequence of compilation and deoptimization, and the stress option introduces more deoptimizations.
Right, we had similar issues with other stress flags and would either exclude the tests or make them more robust.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16416#issuecomment-1801360315
More information about the hotspot-dev
mailing list