cc'ing macosx-port-dev and hotspot-dev
On 12/01/2015 8:41 PM, Erik Joelsson wrote:
On 2015-01-12 00:02, David Holmes wrote:
Hi David,
On 10/01/2015 2:00 AM, David DeHaven wrote:
We have this nice little comment in common/autoconf/jdk-options.m4:
# On Macosx universal binarie
On 13/01/2015 5:20 AM, Alex Strange wrote:
On Jan 12, 2015, at 3:26 AM, David Holmes wrote:
cc'ing macosx-port-dev and hotspot-dev
On 12/01/2015 8:41 PM, Erik Joelsson wrote:
On 2015-01-12 00:02, David Holmes wrote:
Hi David,
On 10/01/2015 2:00 AM, David DeHaven wrote:
We have
Hi Kim,
On 30/09/2018 11:23 AM, Kim Barrett wrote:
Please review this change to HotSpot build options and code to
eliminate the suppression of deprecation warnings when building with
clang.
Just as a historical note the no-deprecation-warning was only applied to
os_bsd.cpp in the distant past
Hi Kim,
On 1/10/2018 1:21 PM, Kim Barrett wrote:
On Sep 30, 2018, at 4:51 PM, David Holmes wrote:
Hi Kim,
Thanks for looking at this.
(2) Remove call to _dyld_bind_fully_image_containing_address, which
seems to have been deprecated since MacOSX 10.5. Instead use the
recommended
On 2/10/2018 4:35 AM, Kim Barrett wrote:
On Oct 1, 2018, at 2:27 AM, David Holmes wrote:
On 1/10/2018 1:21 PM, Kim Barrett wrote:
The current library may have been previously only dlopen’ed with RTLD_LAZY.
Reopening with RTLD_NOW
forces resolution of all undefined symbols in that shared
On 3/10/2018 6:51 AM, Kim Barrett wrote:
On Oct 1, 2018, at 7:10 PM, David Holmes wrote:
On 2/10/2018 4:35 AM, Kim Barrett wrote:
On Oct 1, 2018, at 2:27 AM, David Holmes wrote:
On 1/10/2018 1:21 PM, Kim Barrett wrote:
The current library may have been previously only dlopen’ed with
Looks good!
Thanks for your patience and perseverance! :)
David
On 5/10/2018 7:18 AM, Kim Barrett wrote:
On Oct 4, 2018, at 9:27 AM, Magnus Ihse Bursie
wrote:
That all assumes that static build actually works at all; it doesn’t look like
we
test that configuration these days, so who knows