Relates :
|
There is no os::workaround_expand_exec_shield_cs_limit symbol available: /home/buildbot/worker/build-jdkX-linux/build/src/hotspot/os/linux/os_linux.cpp:4545: undefined reference to `os::workaround_expand_exec_shield_cs_limit()' collect2: error: ld returned 1 exit status That symbol is defined in os_linux_x86.cpp, which is not available to Zero that builds os_linux_zero.cpp. JDK-8248271 added the declaration to os_linux_zero.hpp, but that is not enough, because the definition is still missing.
|