RFR: JDK 13: 8226525: HotSpot compile-time error for x86-32

Aleksey Shipilev shade at redhat.com
Tue Jul 2 16:30:29 UTC 2019


On 7/2/19 6:19 PM, Andrew Haley wrote:
> With the recommended version of GCC, HotSpot does not compile on
> x86-32.  The problem is that an assembler macro clobbers a fixed
> register, so the compilation fails.
> 
> Fixed thusly:
> 
> http://cr.openjdk.java.net/~aph/8226525-2/
> 
> This looks like a low-risk change that will not affect 64-bit x86. Is it
> OK for JDK13?

I believe it is. It is also P3 bugfix, which is acceptable during RDP1.

-Aleksey



More information about the jdk-dev mailing list