Re: RFR: JDK-8274977: Remove expandPacked and extendEdge from awt_ImagingLib.c

2021-10-10 Thread Matthias Baesken
On Fri, 8 Oct 2021 14:25:18 GMT, Matthias Baesken wrote: > Please review this small cleanup change. > Looks like expandPacked and extendEdge from awt_ImagingLib.c are > unreferenced/unused and can be removed. > > Thanks, Matthias Hi Sergey, >Are you sure that these library methods are dead co

Re: RFR: JDK-8272392 Lanai: SwingSet2. Black background on expanding tree node

2021-10-10 Thread Alexey Ushakov
On Sun, 10 Oct 2021 18:26:13 GMT, Alexey Ushakov wrote: > Handled SRC composite mode in MTLBlitLoops_IsoBlit I thought about the test in the context of this particular bug - where we face garbage in VRAM and decided that the test would be not reliable. However, probably it's possible to invent

Re: RFR: JDK-8272392 Lanai: SwingSet2. Black background on expanding tree node

2021-10-10 Thread Sergey Bylokhov
On Sun, 10 Oct 2021 18:26:13 GMT, Alexey Ushakov wrote: > Handled SRC composite mode in MTLBlitLoops_IsoBlit Can we add an automated test for this use case? - PR: https://git.openjdk.java.net/jdk/pull/5882

Re: RFR: JDK-8274977: Remove expandPacked and extendEdge from awt_ImagingLib.c

2021-10-10 Thread Sergey Bylokhov
On Fri, 8 Oct 2021 14:25:18 GMT, Matthias Baesken wrote: > Please review this small cleanup change. > Looks like expandPacked and extendEdge from awt_ImagingLib.c are > unreferenced/unused and can be removed. > > Thanks, Matthias Are you sure that these library methods are dead code and cannot

RFR: JDK-8272392 Lanai: SwingSet2. Black background on expanding tree node

2021-10-10 Thread Alexey Ushakov
Handled SRC composite mode in MTLBlitLoops_IsoBlit - Commit messages: - JDK-8272392 Lanai: SwingSet2. Black background on expanding tree node Changes: https://git.openjdk.java.net/jdk/pull/5882/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5882&range=00 Issue: https

Integrated: 8274029 : Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java

2021-10-10 Thread lawrence . andrews
On Mon, 20 Sep 2021 21:36:34 GMT, lawrence.andrews wrote: > Problem : Testcase was failing with parser exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > Fix : Removed =yesno and run the testcase and Test UI ( instruction and print > dialog

Integrated: 8274882: Cleanup redundant boxing in java.desktop

2021-10-10 Thread Andrey Turbanov
On Wed, 6 Oct 2021 07:29:51 GMT, Andrey Turbanov wrote: > I missed a few places in https://bugs.openjdk.java.net/browse/JDK-8273168 This pull request has now been integrated. Changeset: 2c83559e Author:Andrey Turbanov Committer: Sergey Bylokhov URL: https://git.openjdk.java.net/jd