CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/01/07 16:54:24
Modified files:
devel/jdk/17 : Makefile
devel/jdk/17/patches:
patch-src_hotspot_os_cpu_bsd_aarch64_vm_version_bsd_aarch64_cpp
devel/jdk/21 : Makefile
devel/jdk/21/patches:
patch-src_hotspot_os_cpu_bsd_aarch64_vm_version_bsd_aarch64_cpp
devel/jdk/25 : Makefile
devel/jdk/25/patches:
patch-src_hotspot_os_cpu_bsd_aarch64_vm_version_bsd_aarch64_cpp
Log message:
Fix SVE support on aarch64:
Support SVE vector length at minimum 128 bits/16 bytes.
Only allow SVE2 when SVE is supported (not needed on -current
but including because this is what I will commit upstream)
with help and ok kettenis@