Re: Review request for 8048171: Test java/awt/Mixing/AWT_Mixing/OpaqueOverlappingChoice.java fails on solaris, linux but passes on windows

2015-10-30 Thread Semyon Sadetsky
Hi Ambarish, After your fix applying the test still fails. --Semyon On 10/29/2015 5:00 PM, Ambarish Rapte wrote: Dear All, Kindly review the fix for JDK9. Bug: https://bugs.openjdk.java.net/browse/JDK-8048171 Webrev: http://cr.openjdk.java.n

Re: JOSM feedback on Java 7,8,9, including Jigsaw EA

2015-10-30 Thread Vincent Privat
2015-10-30 18:02 GMT+01:00 Alan Bateman : > > JDK-8138878 seems to be JSOM hacking into private field in > java.awt.Toolkit. It is possible to discuss the issue on awt-dev and > i18n-dev to see if the changing locale scenario is meant to work? > > Yes, this is a hack we found in the Sun bug databa

Re: [OpenJDK 2D-Dev] [9] Review request for 8076545 Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display

2015-10-30 Thread Jim Graham
In this case round may be better. ceil() is more for cases where you needed "at least X amount of room", but I don't think a font size is an "at least this much" kind of case. Also, I've been toying with the idea that use of ceil() and floor() in any DPI-adjustment equations should really be

Duplicated (or better multiplicated) image-decoder resolvers in openjdk

2015-10-30 Thread Jiri Vanek
Hello! Recently I was doing ico imagereader-spi provider for icedtea-web (which is javaws (and plugin) implementation for openjdk) Yes, ico is stupid, but is in web standards so having its support is just natural. However, providing spi did not solved the problem i was bugged for. After smal

gentle reminder [awt-dev] Request for Approval and Review: JDK-7146533 [TEST BUG] [macosx] skip java/awt/xembed/server/RunTestXEmbed.java for Mac OS X

2015-10-30 Thread Vikrant Agarwal
Hi all, I still need one more review to proceed. Thanks and Regards, Vikrant -Original Message- From: Sergey Bylokhov Sent: Tuesday, October 27, 2015 8:10 PM To: Vikrant Agarwal; awt-dev@openjdk.java.net Subject: Re: [awt-dev] Request for Approval and Review: JDK-7146533 [TEST BUG] [m

Re: Review request for 8048171: Test java/awt/Mixing/AWT_Mixing/OpaqueOverlappingChoice.java fails on solaris, linux but passes on windows

2015-10-30 Thread prasanta sadhukhan
guess we should not touch mouse while test in in progress, in that case it passed. Fix looks fine to me. Regards Prasanta On 10/30/2015 12:09 PM, prasanta sadhukhan wrote: Hi Ambarish, The bug was test was throwing "java.lang.RuntimeException: Opacity test mismatchs". Did this fix solve that