Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
/ jdk22 Public archive

Commit

Permalink
8324688: C2: Disable ReduceAllocationMerges by default
Browse files Browse the repository at this point in the history
Reviewed-by: thartmann, kvn
  • Loading branch information
chhagedorn committed Jan 26, 2024
1 parent 57bc96e commit b7f38fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/c2_globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \
" register allocation.") \
\
product(bool, ReduceAllocationMerges, true, DIAGNOSTIC, \
product(bool, ReduceAllocationMerges, false, DIAGNOSTIC, \
"Try to simplify allocation merges before Scalar Replacement") \
\
notproduct(bool, TraceReduceAllocationMerges, false, \
Expand Down

1 comment on commit b7f38fc

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.