[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
Date: Sat, 09 Jul 2022 17:29:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264065 --- Comment #18 from Dimitry Andric <dim@FreeBSD.org> --- It seems https://github.com/battleblow/jdk11u/commit/305a68a90c722aa7a7b75589e24d5b5d554c96c1 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 fixed 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/638cc9a48430075bf223c25a8adb50d76d56b278 seems to be the correct one. -- You are receiving this mail because: You are the assignee for the bug.