8256618: Zero: Linux x86_32 build still fails
Reviewed-by: aph, dholmes, stuefe
This commit is contained in:
parent
9e4944f7b6
commit
7b3d0958c0
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user