0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-09 14:35:36 +00:00
Files
Robert Kirkman 1440fde499 fix(main/openjdk-{17,21}): disable dlsym() of statx() syscall
- 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
2025-05-08 20:49:25 +03:00
..