From e476e60be02d7303ba873db8b7b1fe6c3b1c7bb8 Mon Sep 17 00:00:00 2001 From: OpenJDK Team Date: Wed, 7 Feb 2024 00:59:37 +0000 Subject: [PATCH] hotspot-disable-exec-shield-workaround Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff --- src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2