ports/java/openjdk23
Baptiste Daroussin 3a407ba074 openjdk: remove need for fdescfs(5) and probably procfs(5)
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.
2025-06-27 17:14:08 +02:00
..
files openjdk: remove need for fdescfs(5) and probably procfs(5) 2025-06-27 17:14:08 +02:00
distinfo java/openjdk23: Update to 23.0.2 2025-02-15 08:25:38 -08:00
Makefile openjdk: remove need for fdescfs(5) and probably procfs(5) 2025-06-27 17:14:08 +02:00
pkg-descr
pkg-message openjdk: remove need for fdescfs(5) and probably procfs(5) 2025-06-27 17:14:08 +02:00