On 12/05/2015 6:27 AM, David Holmes wrote:
Hi Erik,
On 11/05/2015 10:31 PM, Erik Joelsson wrote:
Hello,
Please review this small fix to CFLAGS when compiling with GCC on a
32-bit system. Hotspot currently sets -march=i586 and the jdk libraries
should do the same for consistency.
Bug: https://
Hi Erik,
On 11/05/2015 10:31 PM, Erik Joelsson wrote:
Hello,
Please review this small fix to CFLAGS when compiling with GCC on a
32-bit system. Hotspot currently sets -march=i586 and the jdk libraries
should do the same for consistency.
Bug: https://bugs.openjdk.java.net/browse/JDK-8039426
Web
On 2015-05-11 14:31, Erik Joelsson wrote:
Hello,
Please review this small fix to CFLAGS when compiling with GCC on a
32-bit system. Hotspot currently sets -march=i586 and the jdk
libraries should do the same for consistency.
Bug: https://bugs.openjdk.java.net/browse/JDK-8039426
Webrev: http:
Hello,
Please review this small fix to CFLAGS when compiling with GCC on a
32-bit system. Hotspot currently sets -march=i586 and the jdk libraries
should do the same for consistency.
Bug: https://bugs.openjdk.java.net/browse/JDK-8039426
Webrev: http://cr.openjdk.java.net/~erikj/8039426/webrev
I just filed this as:
https://bugs.openjdk.java.net/browse/JDK-8039426
Our JDK build does not specify -march/-mtune (whereas hotspot specifies
-march=i586) so JDK gets gcc's default behaviour. The default is
-mtune=generic and 'generic', at least back to 4.2, means i686 - this
means that the