Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Nov 24, 2020
2 parents 7cc024d + 7b3d095 commit 0727a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/os/linux/os_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 0727a6b

Please sign in to comment.