-
Bug
-
Resolution: Fixed
-
P4
-
11, 16
-
b13
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8265627 | 11.0.12-oracle | Dukebot | P4 | Resolved | Fixed | b02 |
JDK-8265396 | 11.0.12 | Joshua Zhu | P4 | Resolved | Fixed | b01 |
FLOATPRESSURE represents float LRG's number that constitutes high register pressure.
On aarch64, current value is 64.
Decrease its value to 32 because there are 32 float/SIMD registers on aarch64 and also the value of register pressure is the same as 1 for each LRG of Op_RegL/Op_RegD/Op_Vec.
On aarch64, current value is 64.
Decrease its value to 32 because there are 32 float/SIMD registers on aarch64 and also the value of register pressure is the same as 1 for each LRG of Op_RegL/Op_RegD/Op_Vec.
- backported by
-
JDK-8265396 AArch64: Adjust default value of FLOATPRESSURE
- Resolved
-
JDK-8265627 AArch64: Adjust default value of FLOATPRESSURE
- Resolved