Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253728: tests fail with "assert(fr.is_compiled_frame()) failed: Wron…
…g frame type"

Reviewed-by: kvn
  • Loading branch information
Patric Hedlin committed Sep 28, 2020
1 parent 527b0e4 commit 70b0fcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/deoptimization.cpp
Expand Up @@ -1623,7 +1623,6 @@ void Deoptimization::deoptimize_frame_internal(JavaThread* thread, intptr_t* id,
while (fr.id() != id) {
fr = fr.sender(&reg_map);
}
assert(fr.is_compiled_frame(), "Wrong frame type");
deoptimize(thread, fr, reason);
}

Expand Down

1 comment on commit 70b0fcc

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 70b0fcc Sep 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.