Date: Sat, 09 Jul 2022 17:29:23 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 264065] java/openjdk8: Crashes on aarch64 when built with clang13: # Internal Error (assembler_aarch64.hpp:237) .. guarantee(val < (1U << nbits)) failed: Field too big for insn Message-ID: <bug-264065-8522-lWNROsy1LK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264065-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-264065-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264065 --- Comment #18 from Dimitry Andric <dim@FreeBSD.org> --- It seems https://github.com/battleblow/jdk11u/commit/305a68a90c722aa7a7b75589e24d5b5= d554c96c1 was already committed, and ended up in battleblow-jdk11u-jdk-11.0.15+10-1_GH0.tar.gz. So the problem originally addressed in bug 258954 is already fixed. The other issue is the "val < (1U << nbits)" error, and that appears to fix= ed in https://hg.openjdk.java.net/jdk/jdk/rev/40c07de877ab. I can't immediately find the corresponding backport in openjdk's awful hg interface, but https://github.com/openjdk/jdk8u/commit/638cc9a48430075bf223c25a8adb50d76d5= 6b278 seems to be the correct one. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264065-8522-lWNROsy1LK>