Re: [OpenJDK 2D-Dev] RFR: JDK-8196724: Change macosx deployment target to 10.9

2018-04-04 Thread Sergey Bylokhov
Looks fine. On 04/04/2018 11:30, Erik Joelsson wrote: This patch changes the values for the macosx version min and max settings from 10.7 to 10.9. It also changes the stdlib from libstdc++ to libc++ (explicitly for Hotspot and implicitly everywhere else). This change is necessary to keep up

Re: [OpenJDK 2D-Dev] RFR: JDK-8196724: Change macosx deployment target to 10.9

2018-04-04 Thread Gerard Ziemski
hi Erik, Thanks for doing this. I like how you are using a narrow mechanism to turn off only those warnings that come up due to deprecated APIs. Just a quick verification question (not very familiar with the makefiles), in line like this: DISABLED_WARNINGS_clang := deprecated-declarations I

Re: [OpenJDK 2D-Dev] RFR: JDK-8196724: Change macosx deployment target to 10.9

2018-04-04 Thread Erik Joelsson
On 2018-04-04 13:11, Gerard Ziemski wrote: hi Erik, Thanks for doing this. I like how you are using a narrow mechanism to turn off only those warnings that come up due to deprecated APIs. Just a quick verification question (not very familiar with the makefiles), in line like this:

Re: [OpenJDK 2D-Dev] RFR: JDK-8196724: Change macosx deployment target to 10.9

2018-04-04 Thread Tim Bell
Erik: This patch changes the values for the macosx version min and max settings from 10.7 to 10.9. It also changes the stdlib from libstdc++ to libc++ (explicitly for Hotspot and implicitly everywhere else). This change is necessary to keep up with newer toolchain versions on Macosx where using

[OpenJDK 2D-Dev] RFR: JDK-8196724: Change macosx deployment target to 10.9

2018-04-04 Thread Erik Joelsson
This patch changes the values for the macosx version min and max settings from 10.7 to 10.9. It also changes the stdlib from libstdc++ to libc++ (explicitly for Hotspot and implicitly everywhere else). This change is necessary to keep up with newer toolchain versions on Macosx where using the