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
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
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
>>
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
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()
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
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
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
> 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