RFR: 8286103: VThreadMonitorTest fails "assert(!current->cont_fastpath() || (current->cont_fastpath_thread_state() && !interpreted_native_or_deoptimized_on_stack(current))) failed"
Serguei Spitsyn
sspitsyn at openjdk.java.net
Wed Jun 15 19:57:48 UTC 2022
On Wed, 15 Jun 2022 11:00:14 GMT, Ron Pressler <rpressler at openjdk.org> wrote:
> Please review the following fix.
>
> Detection of a deoptimized frame in thaw was incorrect, as it tested the deoptimization state of a frame object constructed without relevant data.
>
> Passes loom tiers 1-5.
Nice discovery! It looks good to me.
I hope, the test does not fail with this fix anymore.
Thanks,
Serguei
Marked as reviewed by sspitsyn (Reviewer).
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR: https://git.openjdk.org/jdk19/pull/18
More information about the hotspot-runtime-dev
mailing list