Re: De-universalizing hotspot in jdk8u

2015-01-12 Thread David Holmes
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

Re: De-universalizing hotspot in jdk8u

2015-01-12 Thread David Holmes
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

Re: RFR: 8211296: Remove HotSpot deprecation warning suppression for Mac/clang

2018-09-30 Thread David Holmes
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

Re: RFR: 8211296: Remove HotSpot deprecation warning suppression for Mac/clang

2018-09-30 Thread David Holmes
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

Re: RFR: 8211296: Remove HotSpot deprecation warning suppression for Mac/clang

2018-10-01 Thread David Holmes
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

Re: RFR: 8211296: Remove HotSpot deprecation warning suppression for Mac/clang

2018-10-02 Thread David Holmes
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

Re: RFR: 8211296: Remove HotSpot deprecation warning suppression for Mac/clang

2018-10-04 Thread David Holmes
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