RFR: 8324174: assert(m->is_entered(current)) failed: invariant [v2]
Vladimir Kozlov
kvn at openjdk.org
Wed Jan 31 00:05:01 UTC 2024
On Tue, 30 Jan 2024 22:48:50 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Not with these changes. I want to keep this test to only verify that the issue is fixed.
>> I will run additional testing with default flags but for this push I want to keep the tests as it is.
>
> Testing with default flags caught an other issue. We compile `main()` method as OSR and when we deoptimize due to OOM in `test2` the `catch` is not executed and test exit with:
>
> Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
>
>
> I would like to file separate bug for it and push current changes without the test modification.
Filed [JDK-8325003](https://bugs.openjdk.org/browse/JDK-8325003)
Running testing again without test modification.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17600#discussion_r1472137946
More information about the hotspot-dev
mailing list