summaryrefslogtreecommitdiff
path: root/Ports/OpenJDK
AgeCommit message (Collapse)Author
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
As usual, this removes many unused includes and moves used includes further down the chain.
2022-12-14Ports: Add missing include and update renamed function in OpenJDK patchClemens Wasser
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
We have a new, improved string type coming up in AK (OOM aware, no null state), and while it's going to use UTF-8, the name UTF8String is a mouthful - so let's free up the String name by renaming the existing class. Making the old one have an annoying name will hopefully also help with quick adoption :^)
2022-10-25Ports/OpenJDK: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-01Ports/OpenJDK: Use posix_fallocateDJtheRedstoner
2022-10-01Ports/OpenJDK: Update for the removal of StringView(char const*)DJtheRedstoner
2022-06-19Ports: Add OpenJDK portTimur Sultanov
Port of OpenJDK 17.0.2, zero VM only. More work needed to get the full hotspot VM up and running :^) Co-Authored-By: Andrew Kaster <akaster@serenityos.org>