changeset 10870:3a93682b0b44

8256618: Zero: Linux x86_32 build still fails Reviewed-by: aph, dholmes, stuefe
author shade
date Tue, 24 Nov 2020 12:26:44 +0000
parents d29cb0e3dfd9
children 516928837b4a
files src/os/linux/vm/os_linux.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/linux/vm/os_linux.cpp	Fri Nov 27 03:51:51 2020 +0000
+++ b/src/os/linux/vm/os_linux.cpp	Tue Nov 24 12:26:44 2020 +0000
@@ -5179,7 +5179,7 @@
 
   Linux::capture_initial_stack(JavaThread::stack_size_at_create());
 
-#if defined(IA32)
+#if defined(IA32) && !defined(ZERO)
   workaround_expand_exec_shield_cs_limit();
 #endif