[Bug 225054] java/openjdk* : fails to build with clang 6.0 (blocks 571 ports)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 10 19:40:35 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225054
--- Comment #6 from Jung-uk Kim <jkim at FreeBSD.org> ---
(In reply to Jan Beich from comment #4)
That's bad. :-(
Then, I guess we have no choice but to do something like this:
+-#define LOCK_IF_MP(mp) "cmp $0, " #mp "; je 1f; lock; 1: "
++#define LOCK_IF_MP(mp) "cmp $0, " #mp "; je 1f; .byte 0xf0; 1: "
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list