mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8256618: Zero: Linux x86_32 build still fails
Reviewed-by: aph, dholmes, stuefe
This commit is contained in:
parent
9e4944f7b6
commit
7b3d0958c0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue