Skip to content

Commit 0727a6b

Browse files
author
duke
committed
Automatic merge of jdk:master into master
2 parents 7cc024d + 7b3d095 commit 0727a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os/linux/os_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4538,7 +4538,7 @@ jint os::init_2(void) {
45384538
return JNI_ERR;
45394539
}
45404540

4541-
#if defined(IA32)
4541+
#if defined(IA32) && !defined(ZERO)
45424542
// Need to ensure we've determined the process's initial stack to
45434543
// perform the workaround
45444544
Linux::capture_initial_stack(JavaThread::stack_size_at_create());

0 commit comments

Comments
 (0)