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

Andrew Haley aph at redhat.com
Tue Jul 2 16:19:39 UTC 2019


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?

-- 
Andrew Haley  (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671


More information about the jdk-dev mailing list