Skip to content

Commit

Permalink
8256618: Zero: Linux x86_32 build still fails
Browse files Browse the repository at this point in the history
Reviewed-by: aph, dholmes, stuefe
  • Loading branch information
shipilev committed Nov 24, 2020
1 parent 964a235 commit 5e50386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotspot/src/os/linux/vm/os_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5179,7 +5179,7 @@ jint os::init_2(void)

Linux::capture_initial_stack(JavaThread::stack_size_at_create());

#if defined(IA32)
#if defined(IA32) && !defined(ZERO)
workaround_expand_exec_shield_cs_limit();
#endif

Expand Down

0 comments on commit 5e50386

Please sign in to comment.