summaryrefslogtreecommitdiff
path: root/java/openjdk24/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* openjdk: remove need for fdescfs(5) and probably procfs(5)Baptiste Daroussin7 days2-0/+109
| | | | | | | | | | | | | | | 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 outputRonald Klop2025-05-291-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/openjdk24: Upgrade to version 24.0.1+9.1Harald Eilertsen2025-04-251-44/+0
| | | | | | | | | Remove src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp patch; it was upstreamed. Reviewed by: emaste, glewis, jrm Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49996
* java/openjdk24: fix build on powerpc64*Piotr Kubaj2025-03-291-0/+44
| | | | Same issue as previously openjdk22 and openjdk23.
* java/openjdk24: Add portHarald Eilertsen2025-03-284-0/+53
Release notes: https://openjdk.org/projects/jdk/24/ Reviewed by: emaste, glewis, jrm Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49354