hotspot-disable-exec-shield-workaround
authorOpenJDK Team <openjdk-17@packages.debian.org>
Thu, 24 Apr 2025 00:05:43 +0000 (02:05 +0200)
committerMatthias Klose <doko@ubuntu.com>
Thu, 24 Apr 2025 00:05:43 +0000 (02:05 +0200)
Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff

src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp

index 34a02f74dedb141ae5d1b176559e6a2dd8e155ff..04693b41987071a9f00f450378953d76be04fc65 100644 (file)
@@ -678,7 +678,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();