RFR: 8286103: VThreadMonitorTest fails "assert(!current->cont_fastpath() || (current->cont_fastpath_thread_state() && !interpreted_native_or_deoptimized_on_stack(current))) failed"

Patricio Chilano Mateo pchilanomate at openjdk.org
Tue Jun 21 13:44:08 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.

LGTM.

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

Marked as reviewed by pchilanomate (Reviewer).

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


More information about the hotspot-runtime-dev mailing list