[jdk13u-dev] Integrated: 8259949: x86 32-bit build fails when -fcf-protection is passed in the compiler flags
Andrew John Hughes
andrew at openjdk.java.net
Thu Mar 4 19:29:01 UTC 2021
On Thu, 4 Mar 2021 19:21:34 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> 8259949: x86 32-bit build fails when -fcf-protection is passed in the compiler flags
This pull request has now been integrated.
Changeset: b8d5fcbe
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.java.net/jdk13u-dev/commit/b8d5fcbe
Stats: 14 lines in 1 file changed: 12 ins; 0 del; 2 mod
8259949: x86 32-bit build fails when -fcf-protection is passed in the compiler flags
Use -march=i686 instead of -march=i586 if -fcf-protection is passed to the build as CMOV is required
Backport-of: 0785147460934ee2aa413ab7872837094824bd3d
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/140
More information about the jdk-updates-dev
mailing list