Details
Description
With the introduction of constant dynamics, the 32-bit arm softfp port started to load CONSTANT_double values from the CP using the condy helper methods. This is not required and should be avoided, since those helper methods might not be designed for loading primitive types.
https://git.openjdk.java.net/jdk/blob/07e90524576f159fc16523430f1db62327c89a3b/src/hotspot/cpu/arm/templateTable_arm.cpp#L474
https://git.openjdk.java.net/jdk/blob/07e90524576f159fc16523430f1db62327c89a3b/src/hotspot/cpu/arm/templateTable_arm.cpp#L474
Attachments
Issue Links
- duplicates
-
JDK-8230797 ARM32-softfp: assertion in InterpreterRuntime::resolve_ldc
-
- Closed
-
- relates to
-
JDK-8201602 ARM32 - Minimal Dynamic Constant support
-
- Resolved
-