[Bug 3533] HotSpot generates code with unaligned stack, crashes on SSE operations
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Mar 21 22:47:35 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3533
--- Comment #12 from James Le Cuirot <chewi at gentoo.org> ---
He said in the Gentoo bug:
> Note that 16-byte stack alignement is required by i386 psABI so every such
> crash signifies a violation of this ABI (these violations now started to
> bite since newer GCCs do make use of this requirement to generate code with
> SSE instructions in things like glibc).
I don't know what CFLAGS you use on Gentoo but rebuilding glibc with any flags
that enable SSE should do the trick. Then do just about anything with Java like
"jar tf" on some archive. I didn't see it with -march=pentium-m but I have an
AMD Ryzen, which may behave differently? Using -march=native will probably
trigger it.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180321/7af2efea/attachment.html>
More information about the distro-pkg-dev
mailing list