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.org
Sat Jun 18 01:27:53 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.

Marked as reviewed by sspitsyn (Reviewer).

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

PR: https://git.openjdk.org/jdk19/pull/18


More information about the hotspot-runtime-dev mailing list