serenity/Ports/OpenJDK/patches
Sönke Holz 356640bb8b Ports/OpenJDK: Build with -fno-exceptions
This port includes LibCore headers, which do not work with exceptions,
as AK::Coroutine does not support handling exceptions.
2024-07-16 09:10:31 -04:00
..
0001-make-Add-Serenity-support-masquerading-as-BSD-when-n.patch
0002-make-Build-with-c-23-when-targeting-serenity.patch Ports/OpenJDK: Build with -fno-exceptions 2024-07-16 09:10:31 -04:00
0003-make-Remove-CUPS-dependency.patch
0004-hotspot-Add-workarounds-for-BSD-differences-from-ser.patch
0005-hotspot-Update-non-BSD-native-modules-for-Serenity.patch
0006-Add-serenity-specific-modules-to-java.base-and-jdk.a.patch
0007-java.base-Update-native-modules-to-support-Serenity.patch
0008-java.base-Enable-java.lang.Process-on-serenity.patch Ports/OpenJDK: Build with -fno-exceptions 2024-07-16 09:10:31 -04:00
ReadMe.md Meta+Documentation+Ports: Move from C++20 to C++23 2024-05-06 11:46:28 -06:00

Patches for OpenJDK on SerenityOS

0001-make-Add-Serenity-support-masquerading-as-BSD-when-n.patch

make: Add Serenity support, masquerading as BSD when necessary

0002-make-Build-with-c-23-when-targeting-serenity.patch

make: Build with c++23 when targeting serenity

0003-make-Remove-CUPS-dependency.patch

make: Remove CUPS dependency

0004-hotspot-Add-workarounds-for-BSD-differences-from-ser.patch

hotspot: Add workarounds for BSD differences from serenity

For the most part, we can pretend to be *BSD.

However, for some methods, we need to convince hotspot that we're macOS, and others need serenity-specific ifdefs due to the lack of sysctl in serenity.

0005-hotspot-Update-non-BSD-native-modules-for-Serenity.patch

hotspot: Update non-BSD native modules for Serenity

0006-Add-serenity-specific-modules-to-java.base-and-jdk.a.patch

Add serenity-specific modules to java.base and jdk.attach

It would be nice to re-direct the build to the same files *BSD use, but for now we've got our own copy

0007-java.base-Update-native-modules-to-support-Serenity.patch

java.base: Update native modules to support Serenity

0008-java.base-Enable-java.lang.Process-on-serenity.patch

java.base: Enable java.lang.Process on serenity