ports/java/openjdk20/files
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
..
patch-configure
patch-make_autoconf_flags-cflags.m4
patch-make_autoconf_help.m4 java/openjdk18-24: fix printf in configure output 2025-05-29 18:51:09 +02:00
patch-make_autoconf_libraries.m4
patch-make_hotspot_lib_JvmMapfile.gmk java/openjdk{19,20,21}: fix build with lld 17 2024-01-26 23:23:12 +01:00
patch-make_modules_java.desktop_lib_Awt2dLibraries.gmk
patch-src_hotspot_os__cpu_bsd__ppc_javaThread__bsd__ppc.cpp
patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp
patch-src_hotspot_os_bsd_os__bsd.cpp
patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c
patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c openjdk: remove need for fdescfs(5) and probably procfs(5) 2025-06-27 17:14:08 +02:00