CVS: cvs.openbsd.org: ports
Kurt Miller <[email protected]> Mon, 3 Aug 2026 08:08:52 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.ports.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/08/03 08:08:52 Modified files: devel/jdk/11 : Makefile Added files: devel/jdk/11/patches: patch-src_hotspot_share_gc_g1_sparsePRT_hpp Removed files: devel/jdk/11/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk Log message: Actually the SIGBUS was a jdk bug, not a gcc optimization bug. Fix the calculation of card_array_alignment to account for sparc64 strict alignment. Root cause analysis by kirill@, patch by me. ok kirill@