Skip to content

Commit

Permalink
8293849: PrintIdealPhase in compiler directives file is ignored when …
Browse files Browse the repository at this point in the history
…used with other compile commands

Reviewed-by: rcastanedalo, kvn
  • Loading branch information
chhagedorn committed Sep 19, 2022
1 parent 471e2f1 commit d41f69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/compiler/compilerDirectives.cpp
Expand Up @@ -583,6 +583,7 @@ DirectiveSet* DirectiveSet::clone(DirectiveSet const* src) {
compilerdirectives_c1_flags(copy_members_definition)

set->_intrinsic_control_words = src->_intrinsic_control_words;
set->_ideal_phase_name_mask = src->_ideal_phase_name_mask;
return set;
}

Expand Down

0 comments on commit d41f69f

Please sign in to comment.