Changeset de5e8c8a9b87 breaks osx build

Florian Bruckner (3kraft) florian.bruckner at 3kraft.com
Wed Feb 15 20:27:37 UTC 2017


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


More information about the jdk7u-dev mailing list