From 7b3d0958c068c8f45c98ea0615ef8cd908fd408d Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Tue, 24 Nov 2020 12:26:44 +0000 Subject: [PATCH] 8256618: Zero: Linux x86_32 build still fails Reviewed-by: aph, dholmes, stuefe --- src/hotspot/os/linux/os_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/os/linux/os_linux.cpp b/src/hotspot/os/linux/os_linux.cpp index 5fb09cd997d..701a1fa44a2 100644 --- a/src/hotspot/os/linux/os_linux.cpp +++ b/src/hotspot/os/linux/os_linux.cpp @@ -4538,7 +4538,7 @@ jint os::init_2(void) { return JNI_ERR; } -#if defined(IA32) +#if defined(IA32) && !defined(ZERO) // Need to ensure we've determined the process's initial stack to // perform the workaround Linux::capture_initial_stack(JavaThread::stack_size_at_create());