From: OpenJDK Team Date: Thu, 24 Aug 2023 06:29:32 +0000 (+0100) Subject: hotspot-disable-exec-shield-workaround X-Git-Tag: archive/raspbian/17.0.9+9-1+rpi1^2^2^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f5a31cd76c00d8c7dd3ff2a5f6b743ec4ba3a05;p=openjdk-17.git hotspot-disable-exec-shield-workaround Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff --- diff --git a/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp b/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp index e1aec8a4f..3e9395dd0 100644 --- a/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp +++ b/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp @@ -664,7 +664,7 @@ void os::verify_stack_alignment() { * updates (JDK-8023956). */ void os::workaround_expand_exec_shield_cs_limit() { -#if defined(IA32) +#if 0 assert(Linux::initial_thread_stack_bottom() != NULL, "sanity"); size_t page_size = os::vm_page_size();