Re: [PATCH] Deadlock in CGLGraphicsConfig.getCGLConfigInfo

2017-01-10 Thread Phil Race
2d-dev is better and Sergey already forwarded it. -Phil. > On Jan 10, 2017, at 2:03 PM, Rob McKenna wrote: > > Hi Karl, thanks for the submission. I'm sending this to awt-dev and > bcc'ing jdk8u-dev as thats a more appropriate venue for this discussion. > >-Rob > >> On 11/01/17 08:44, Kar

Re: [PATCH] Deadlock in CGLGraphicsConfig.getCGLConfigInfo

2017-01-10 Thread Rob McKenna
Hi Karl, thanks for the submission. I'm sending this to awt-dev and bcc'ing jdk8u-dev as thats a more appropriate venue for this discussion. -Rob On 11/01/17 08:44, Karl von Randow wrote: > I have encountered a deadlock in Java 1.8.0_112 when changing between > discrete and integrated GPU on

[9] Review request for 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java

2017-01-10 Thread Dmitry Markov
Hello, Could you review a fix for jdk9, please? bug: https://bugs.openjdk.java.net/browse/JDK-8171909 webrev: http://cr.openjdk.java.net/~dmarkov/8171909/webrev.00/ Problem description: The test displays a frame and a dialog; then it checks the pixel's color to test whether the

Re: Review Request JDK:-8162959 [HiDPI] screenshot artifacts using AWT Robot

2017-01-10 Thread Prem Balakrishnan
Hi Alex, Please review updated patch, http://cr.openjdk.java.net/~pkbalakr/8162959/webrev.05/ updated imageOption to kCGWindowImageBestResolution which returns Best Resolution Image while capturing screen using CGWindowListCreateImage() method. Regards, Prem From: Alexandr