[Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 27 17:24:40 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009

--- Comment #14 from Jung-uk Kim <jkim at FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #12)
> In fact, I wonder if this should be realpath(3) instead of readlink(2).

Yes, I agree that realpath(3) is more desirable here.  Unfortunately, it
becomes little slower because it calls series of lstat(2) and readlink(2),
though.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-java mailing list