RE: [9] Review request for JDK-8145173 HiDPI splash screen support on Windows

2016-03-22 Thread Rajeev Chamyal
Hello All, Please review the updated webrev. http://cr.openjdk.java.net/~rchamyal/8145173/webrev.05/ With VC2010 java.c ::ShowSplashScreen fails with segmentation fault on calling free on scaled_splash_name . This failure is due to different C runtime used by libjli and lib splashScreen. Fix

Re: [9] Review request for JDK-8145173 HiDPI splash screen support on Windows

2016-03-22 Thread Alexandr Scherbatiy
On 3/22/2016 12:43 AM, Rajeev Chamyal wrote: Hello All, Please review the updated webrev. http://cr.openjdk.java.net/~rchamyal/8145173/webrev.05/ With VC2010 java.c ::ShowSplashScreen fails with segmentation fault on calling free on scaled_splash_name . This failure is due to different C ru

Re: RFR: 8151841: Build needs additional flags to compile with GCC 6

2016-03-22 Thread Kim Barrett
> On Mar 16, 2016, at 6:12 AM, Andrew Haley wrote: The change got pushed before I had a chance to look at the revised version, but I wanted to get back to this part of the discussion. > On 15/03/16 19:15, Kim Barrett wrote: >>> On Mar 15, 2016, at 12:18 AM, Andrew Hughes wrote: >> >> I’ll prob