Skip to content

Commit 06f769a

Browse files
Dhamoder NallaRealCLanger
authored andcommitted
8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Reviewed-by: phh
1 parent 1d78ce4 commit 06f769a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hotspot/share/opto/callGenerator.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ void LateInlineCallGenerator::do_late_inline() {
423423
// needs jvms for inlined state.
424424
if (!do_late_inline_check(jvms)) {
425425
map->disconnect_inputs(NULL, C);
426+
C->print_inlining_update_delayed(this);
426427
return;
427428
}
428429

@@ -492,8 +493,6 @@ bool LateInlineMHCallGenerator::do_late_inline_check(JVMState* jvms) {
492493

493494
CallGenerator* cg = for_method_handle_inline(jvms, _caller, method(), _input_not_const);
494495

495-
Compile::current()->print_inlining_update_delayed(this);
496-
497496
if (!_input_not_const) {
498497
_attempt++;
499498
}

0 commit comments

Comments
 (0)