CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/05/01 14:05:48
Modified files:
devel/jdk/1.8 : Makefile distinfo
Added files:
devel/jdk/1.8/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp
patch-hotspot_src_os_cpu_bsd_sparc_vm_os_bsd_sparc_cpp
Log message:
Update to 8u412 GA:
* Contains upstream bug and security fixes:
https://openjdk.org/groups/vulnerability/advisories/2024-04-16
* Fix implicit FPE exceptions on sparc64
* Take advantage of hyperthreading when hw.smt is enabled. Patch
originally submitted by Kirill A. Korinsky <[email protected]>.