Changeset de5e8c8a9b87 breaks osx build
Andrew Hughes
gnu.andrew at redhat.com
Fri Feb 17 06:21:25 UTC 2017
----- Original Message -----
> Hey guys,
>
> out of curiosity I started to do my own OpenJDK7 builds for OSX. I can build
> until 7u111, but
> starting with 7u121 the build fails with this:
>
> openjdk7/hotspot/src/share/vm/opto/callGenerator.cpp:204: error:
> 'zero_page_read_protected' is not a
> member of 'os'
>
> which seems to be caused by changeset de5e8c8a9b87. zero_page_read_protected
> has been added to most
> os_*.hpp, but os_bsd.hpp does not contain this. In jdk8u, os_bsd.hpp it,
> introduced with revision
> http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b0133e4187d3.
>
> Am I doing something wrong here or is nobody else doing OSX builds from these
> sources?
>
> regards,
>
> Florian
>
It doesn't sound like it. I only build and test backports on GNU/Linux.
If others are interested in support for other platforms, then they need
to build and test on those platforms, and submit issues and/or fixes
as you have here.
It looks like Goetz is already handling the backporting of 8028471 for you.
Thanks,
--
Andrew :)
Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Web Site: http://fuseyism.com
Twitter: https://twitter.com/gnu_andrew_java
PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
More information about the jdk7u-dev
mailing list