From: OpenJDK Team Date: Wed, 17 Jul 2024 11:02:09 +0000 (+0200) Subject: hotspot-disable-exec-shield-workaround X-Git-Tag: archive/raspbian/17.0.12+7-1+rpi1^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5bb8151f1230ef366cc9f1bae84ccfa6257334d4;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 3d56c648e..9d9c74ac2 100644 --- a/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp +++ b/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp @@ -663,7 +663,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();