-
Enhancement
-
Resolution: Unresolved
-
P4
-
23
-
Fix Understood
-
x86_64
On x64, we always use the long form of mov immediate to load the klass base into a register. If the klass base fits into 32 bit, we could use the short form and save four instruction bytes.
- relates to
-
JDK-8326383 Further optimizations are possible for x64 narrow Klass decoding
-
- Open
-
-
JDK-8323503 x86: Shorter movptr(reg, imm) for 32-bit unsigned immediates
-
- Resolved
-
- links to
-
Review openjdk/jdk/17340