Integrated: 8286103: VThreadMonitorTest fails "assert(!current->cont_fastpath() || (current->cont_fastpath_thread_state() && !interpreted_native_or_deoptimized_on_stack(current))) failed"
Ron Pressler
rpressler at openjdk.org
Tue Jun 21 17:01:22 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.
This pull request has now been integrated.
Changeset: 198cec9e
Author: Ron Pressler <rpressler at openjdk.org>
Committer: Serguei Spitsyn <sspitsyn at openjdk.org>
URL: https://git.openjdk.org/jdk19/commit/198cec9e1b7e8f77a619335dbc569c8def21670c
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
8286103: VThreadMonitorTest fails "assert(!current->cont_fastpath() || (current->cont_fastpath_thread_state() && !interpreted_native_or_deoptimized_on_stack(current))) failed"
Reviewed-by: sspitsyn, pchilanomate
-------------
PR: https://git.openjdk.org/jdk19/pull/18
More information about the hotspot-runtime-dev
mailing list