aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk22/pkg-message
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk22: Remove expired portRene Ladan3 days1-16/+0
| | | | 2026-04-12 java/openjdk22: No longer supported by upstream
* openjdk: remove need for fdescfs(5) and probably procfs(5)Baptiste Daroussin2025-06-271-4/+2
| | | | | | | | | | | | | | | 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/openjdk*: Update pkg-message information about fdescfs and procfsXavier Beaudouin2025-01-061-2/+2
| | | | | | | | | | | | | | | | | OpenJDK installation inform that fdescfs(5) and procfs(5) should be mounted when using OpenJDK. After doing some test and some traces, it seems that this should be no so usefull, some applications will require it, but most of java applications doesn't seems to suffer to work or performance when such pseudo FS is not mounted. So this change request permit to let local administrator to decide if it is really needed or not. Sponsored by: Entersekt (previously Modirum MDpay) Sponsored by: Klara Inc. Approved by: 0mp (mentor) PR: 283364
* java/openjdk22: Add a port of JDK 22Greg Lewis2024-03-031-0/+18