Re: RFR: 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL [v2]

2021-06-14 Thread Alexey Ushakov
> Set black color for underlying window background to perform correct blending > operations in metal with window surface destination Alexey Ushakov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit: 8266079: Lanai: AlphaCo

Re: RFR: 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL

2021-06-14 Thread Alexey Ushakov
On Wed, 26 May 2021 13:49:24 GMT, Alexey Ushakov wrote: > Set black color for underlying window background to perform correct blending > operations in metal with window surface destination Reimplemented solution using compute shader - PR: https://git.openjdk.java.net/jdk/pull/4206

Re: RFR: 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print" [v4]

2021-06-14 Thread Anton Litvinov
On Fri, 11 Jun 2021 17:06:24 GMT, Anton Litvinov wrote: >> Hello, >> >> Could you please review the following fix for the bug specific to macOS. The >> bug consists in the fact that if the method >> "java.awt.print.Printable.print​(Graphics, PageFormat, int)" throws >> "java.awt.print.Printer

Integrated: 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print"

2021-06-14 Thread Anton Litvinov
On Fri, 14 May 2021 18:37:46 GMT, Anton Litvinov wrote: > Hello, > > Could you please review the following fix for the bug specific to macOS. The > bug consists in the fact that if the method > "java.awt.print.Printable.print​(Graphics, PageFormat, int)" throws > "java.awt.print.PrinterExcept

RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-14 Thread Sergey Bylokhov
Small test update. This test posts lots of events to EDT from the different threads, and it checks that the robot.waitForIdle() on the main thread will not hang or throw an exception. And this test fails on x86. The post of events are implemented via wait/notifyAll, and the robot.waitForIdle()

Re: RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-14 Thread Phil Race
On Mon, 14 Jun 2021 17:18:15 GMT, Sergey Bylokhov wrote: > Small test update. > > This test posts lots of events to EDT from the different threads, and it > checks that the robot.waitForIdle() on the main thread will not hang or throw > an exception. And this test fails on x86. The post of eve

Re: RFR: 8240756: [macos] SwingSet2:TableDemo:Printed Japanese characters were garbled

2021-06-14 Thread Phil Race
On Fri, 23 Apr 2021 09:45:45 GMT, Toshio Nakamura wrote: >> As far as I understand it is not directly related to the JTable and the bug >> is reproduced if some specific font is used when any text is printed? Did >> you check why the CTextPipe does not support it directly? It looks like the >>

Re: RFR: 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL

2021-06-14 Thread Phil Race
On Mon, 14 Jun 2021 06:54:39 GMT, Alexey Ushakov wrote: >> Set black color for underlying window background to perform correct blending >> operations in metal with window surface destination > > Reimplemented solution using compute shader @avu - Aren't we targeting this to 17 ? Assuming yes, I

Re: RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-14 Thread Tejpal Rebari
On Mon, 14 Jun 2021 17:18:15 GMT, Sergey Bylokhov wrote: > Small test update. > > This test posts lots of events to EDT from the different threads, and it > checks that the robot.waitForIdle() on the main thread will not hang or throw > an exception. And this test fails on x86. The post of eve