| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | openjdk: remove need for fdescfs(5) and probably procfs(5) | Baptiste Daroussin | 2025-06-27 | 1 | -0/+89 |
| | | | | | | | | | | | | | | | | Implement getCommittedVirtualMemorySize() directly using sysctl kern.proc.vmmap Implement getOpenFileDescriptorCount() directly using sysctl kern.proc.nfds Note on openjdk17 use closefrom where possible (note this use case is only in openjdk 17, 21, 23 and 24) Remove the message about the use of fdescfs(5) as this is not needed for sure, keep the information about procfs(5) as I have not analysed enough the source code to make sure it is not used anywhere else, but I don't think it is. | ||||
| * | java/openjdk18-24: fix printf in configure output | Ronald Klop | 2025-05-29 | 1 | -0/+11 |
| | | | | | | | | | | | | Printf was confused because the argument was used as format string and contained a %. The issue is only cosmetical so not bumping port revision. It is mentioned in the PR that an upstream fix is in openjdk25. PR: 287053 Approved by: java@ | ||||
| * | java/openjdk22: Update to 22.0.2 | Greg Lewis | 2024-07-28 | 1 | -44/+0 |
| | | |||||
| * | java/openjdk22: fix build on powerpc64* | Piotr Kubaj | 2024-04-11 | 1 | -0/+44 |
| | | | | | Error: failed /wrkdirs/usr/ports/java/openjdk22/work/jdk22-jdk-22-36-1/build/bsd-ppc64le-server-release/jdk/lib/server/libjvm.so, because /wrkdirs/usr/ports/java/openjdk22/work/jdk22-jdk-22-36-1/build/bsd-ppc64le-server-release/jdk/lib/server/libjvm.so: Undefined symbol "_ZN2os27current_stack_base_and_sizeEPPhPm" | ||||
| * | java/openjdk22: Add a port of JDK 22 | Greg Lewis | 2024-03-03 | 6 | -0/+273 |
