RFR (T) 8248271: linux-x86-zero build failure

David Holmes david.holmes at oracle.com
Wed Jun 24 23:38:44 UTC 2020


Hi Coleen,

On 25/06/2020 9:14 am, coleen.phillimore at oracle.com wrote:
> See bug for description.  A declaration was missing in os_linux_zero.hpp
> 
> open webrev at http://cr.openjdk.java.net/~coleenp/2020/8248271.01/webrev
> bug link https://bugs.openjdk.java.net/browse/JDK-8248271
> 
> mach5 remote-build -b 
> linux-x64-zero,linux-x64-zero-debug,linux-x86-zero,linux-x86-zero-debug
> 
> Thanks,
> Coleen
> 
> ps. I didn't break this!

Change seems okay but what did break this? I see only three references 
to workaround_expand_exec_shield_cs_limit:

./os/linux/os_linux.cpp:  workaround_expand_exec_shield_cs_limit();
./os_cpu/linux_x86/os_linux_x86.hpp:  static void 
workaround_expand_exec_shield_cs_limit();
./os_cpu/linux_x86/os_linux_x86.cpp:void 
os::workaround_expand_exec_shield_cs_limit() {

and there are no recent changes to any of those files. ???

Thanks,
David



More information about the hotspot-runtime-dev mailing list