mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-09 14:35:36 +00:00
- Fixes https://github.com/termux/termux-packages/issues/24651 - Fixes the problem in both `openjdk-17` and `openjdk-21` on the affected device Samsung Galaxy S8+ SM-G955F, but does not break `.jar` launching on other devices. - Possible side effects could include subtle changes in file-timestamp-reading behavior, as described here (JDK's original behavior on Linux prior to the commit that causes a problem on Samsung Galaxy S8+): https://bugs.openjdk.org/browse/JDK-8316304 - Inspired by similar changes elsewhere in termux-packages, like https://github.com/termux/termux-packages/pull/22088