Re: [OpenJDK 2D-Dev] RFR: JDK-8260518: Change default -mmacosx-version-min to 10.12

2021-01-27 Thread Tim Bell
On Wed, 27 Jan 2021 19:23:48 GMT, Erik Joelsson wrote: > To guarantee backwards compatible binaries on Macos, we use the option > -mmacosx-version-min. This is currently set to 10.9, which is a really > ancient version. I propose we bump this to 10.12, which is still a rather > conservative ol

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

Re: [OpenJDK 2D-Dev] RFR: JDK-8196803: Fix build warnings in jdk libraries with Xcode 9

2018-02-05 Thread Tim Bell
Erik: Webrev: http://cr.openjdk.java.net/~erikj/8196803/webrev.01/index.html Bug: https://bugs.openjdk.java.net/browse/JDK-8196803 Looks good. /Tim

Re: [OpenJDK 2D-Dev] RFR: 8183351: Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh

2017-08-31 Thread Tim Bell
Hi Phil Looks good to me as well. Tim On 08/31/17 12:48, Sergey Bylokhov wrote: +1 On 8/31/17 12:21, Phil Race wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8183351 Webrev: http://cr.openjdk.java.net/~prr/8183351/ This bug caused an internal test system to report a failure of this te

Re: [OpenJDK 2D-Dev] RFR: JDK-8163102: Fix headless only configuration option

2016-08-03 Thread Tim Bell
Erik: The current --disable-headful option is weird. Even worse, it doesn't work since the makefiles still uses the legacy BUILD_HEADLESS_ONLY variable, which configure never touches. In this patch I'm replacing the configure option with --enable-headless-only. Default is disabled, where bot

Re: [OpenJDK 2D-Dev] RFR: JDK-8074096 Disable (most) native warnings in JDK on a per-library basis

2015-03-04 Thread Tim Bell
Magnus: Looks good to me as well. Tim On 03/04/15 05:31, Erik Joelsson wrote: Hello, Really nice to finally see this patch getting done! Only one comment: flags.m4: In the grep expression, could you move the extra [] outside of the actual command line options to grep so that the command li

Re: [OpenJDK 2D-Dev] RFR: JDK-8042208: Build fails on Solaris using devkit when X isn't installed

2014-04-30 Thread Tim Bell
Hi Erik: Please review this small fix to the build when linking libfontmanager.so on Solaris. Further explanation in the bug. Bug: https://bugs.openjdk.java.net/browse/JDK-8042208 Patch inline: Looks good to me. Tim diff -r 830cc367f41b make/lib/Awt2dLibraries.gmk --- a/make/lib/Awt2dLib

Re: [OpenJDK 2D-Dev] RFR: JDK-8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris

2014-03-31 Thread Tim Bell
Hi Erik Looks good to me as well. Tim Looks good to me. /Magnus On 27 mar 2014, at 12:47, Erik Joelsson wrote: Further testing revealed some more issues. New webrev: http://cr.openjdk.java.net/~erikj/8038340/webrev.root.03/ I had to break out the devkit/sysroot parts from from BASIC_SETU