mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8253728: tests fail with "assert(fr.is_compiled_frame()) failed: Wrong frame type"
Reviewed-by: kvn
This commit is contained in:
parent
527b0e44eb
commit
70b0fccf79
1 changed files with 0 additions and 1 deletions
|
@ -1623,7 +1623,6 @@ void Deoptimization::deoptimize_frame_internal(JavaThread* thread, intptr_t* id,
|
|||
while (fr.id() != id) {
|
||||
fr = fr.sender(®_map);
|
||||
}
|
||||
assert(fr.is_compiled_frame(), "Wrong frame type");
|
||||
deoptimize(thread, fr, reason);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue