-
Enhancement
-
Resolution: Duplicate
-
P4
-
17, 21, 22
Noticed this when looking at C1 profiling code. We use MDO offsets as intptrConst, despite them being very small. This leads to loads with movabs with large immediates on x86. We can instead just load them as intConsts. This affects tier3 profiling code only.
- duplicates
-
JDK-8319406 x86: Shorter movptr(reg, imm) for 32-bit immediates
- Resolved
- links to
-
Review openjdk/jdk/15612