Skip to content

Commit d41f69f

Browse files
committedSep 19, 2022
8293849: PrintIdealPhase in compiler directives file is ignored when used with other compile commands
Reviewed-by: rcastanedalo, kvn
1 parent 471e2f1 commit d41f69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/compiler/compilerDirectives.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ DirectiveSet* DirectiveSet::clone(DirectiveSet const* src) {
583583
compilerdirectives_c1_flags(copy_members_definition)
584584

585585
set->_intrinsic_control_words = src->_intrinsic_control_words;
586+
set->_ideal_phase_name_mask = src->_ideal_phase_name_mask;
586587
return set;
587588
}
588589

0 commit comments

Comments
 (0)
Please sign in to comment.