Skip to content

Commit 70b0fcc

Browse files
author
Patric Hedlin
committedSep 28, 2020
8253728: tests fail with "assert(fr.is_compiled_frame()) failed: Wrong frame type"
Reviewed-by: kvn
1 parent 527b0e4 commit 70b0fcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/hotspot/share/runtime/deoptimization.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,6 @@ void Deoptimization::deoptimize_frame_internal(JavaThread* thread, intptr_t* id,
16231623
while (fr.id() != id) {
16241624
fr = fr.sender(&reg_map);
16251625
}
1626-
assert(fr.is_compiled_frame(), "Wrong frame type");
16271626
deoptimize(thread, fr, reason);
16281627
}
16291628

1 commit comments

Comments
 (1)

bridgekeeper[bot] commented on Sep 28, 2020

@bridgekeeper[bot]
Please sign in to comment.