-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
-
b20
This is one of the steps for Cost-Modeling JDK-8340093:
4. Optimize: e.g. move reduction out of loop
- Refactor move_unordered_reduction_out_of_loop
- Moving the reduction out of the loop will mean it is not counted in the cost any more, and it is now more profitable (see step 5)
4. Optimize: e.g. move reduction out of loop
- Refactor move_unordered_reduction_out_of_loop
- Moving the reduction out of the loop will mean it is not counted in the cost any more, and it is now more profitable (see step 5)
- causes
-
JDK-8371065 C2 SuperWord: VTransformLoopPhiNode::apply setting type leads to assert/wrong result
-
- Resolved
-
-
JDK-8371472 C2 compilation fails with "Error mixing types: vectory<I,8> and int:0"
-
- Closed
-
-
JDK-8371881 C2: Fix potential SEGV in VTransformReductionVectorNode tracing
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/4786f8be
-
Review(master)
openjdk/jdk/27704