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 Kim Barrett
> 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 replacement "dlopen(RTLD_NOW)". However, it migh

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 replacemen