0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-31 09:22:07 +00:00
Files
termux-packages/packages/openjdk-17/0036-Remove-sysThreadAvailableStackWithSlack-from-hotspot.patch
Robert Kirkman 4b5aa04efa bump(main/openjdk-17): 17.0.15
- fixes https://github.com/termux/termux-packages/issues/24527

- enable `littlecms`

- change `TERMUX_PKG_SRCURL` to match the same format as `openjdk-21`

- enable auto update

- add `--with-vendor-name="Termux"` and strip extra version strings like `openjdk-21`

- enable `TERMUX_PKG_MAKE_PROCESSES`

- remove directory before installation to fix building the same architecture twice in the same docker container

- some patches are present in the new upstream repository or are unnecessary

- some patches copied from `openjdk-21` because the code associated with them appeared in the new upstream repository
2025-05-07 07:29:19 +03:00

37 lines
1.2 KiB
Diff

From 9ad02b3db690bbde48ae03b26184192094f1a161 Mon Sep 17 00:00:00 2001
From: agnostic-apollo <agnosticapollo@gmail.com>
Date: Thu, 28 Mar 2024 18:52:49 +0100
Subject: [PATCH] Remove sysThreadAvailableStackWithSlack from hotspot-symbols
https://bugs.openjdk.org/browse/JDK-8296970
https://bugs.openjdk.org/browse/JDK-4341971
https://github.com/openjdk/jdk/commit/f662a060463c2982da40307a53d59e514390f60c
---
make/data/hotspot-symbols/symbols-aix | 1 -
make/data/hotspot-symbols/symbols-linux | 1 -
2 files changed, 2 deletions(-)
diff --git a/make/data/hotspot-symbols/symbols-aix b/make/data/hotspot-symbols/symbols-aix
index 92703573a5f5..11dad0fece50 100644
--- a/make/data/hotspot-symbols/symbols-aix
+++ b/make/data/hotspot-symbols/symbols-aix
@@ -24,4 +24,3 @@
JVM_handle_aix_signal
numa_error
numa_warn
-sysThreadAvailableStackWithSlack
diff --git a/make/data/hotspot-symbols/symbols-linux b/make/data/hotspot-symbols/symbols-linux
index bbb0d35115fc..b0d802f1773f 100644
--- a/make/data/hotspot-symbols/symbols-linux
+++ b/make/data/hotspot-symbols/symbols-linux
@@ -25,4 +25,3 @@ JVM_handle_linux_signal
JVM_IsUseContainerSupport
numa_error
numa_warn
-sysThreadAvailableStackWithSlack
--
2.44.0