JDK 17 | JDK 18 |
---|---|
17.0.6Fixed | 18 b08Fixed |
Duplicate :
|
|
Relates :
|
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
|