[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 18:53:49 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225054
--- Comment #3 from Jung-uk Kim <jkim at FreeBSD.org> ---
Can you please try something like this?
+-#define LOCK_IF_MP(mp) "cmp $0, " #mp "; je 1f; lock; 1: "
++#define LOCK_IF_MP(mp) "cmp $0, " #mp "\nje 1f\nlock\n1: "
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list