Re: RFR: 8305352: updateIconImages may lead to deadlock after JDK-8276849

2023-04-24 Thread Dmitry Cherepanov
On Fri, 31 Mar 2023 09:11:20 GMT, Dmitry Cherepanov wrote: > Please review this PR which suggests to skip updateIconImages() for not yet > visible windows. The displayChanged notification can be sent to a window that > is in the process of initiailization and calling updateIconImages() may lea

Re: RFR: 8306652: Open source AWT MenuItem related tests [v2]

2023-04-24 Thread Abhishek Kumar
On Fri, 21 Apr 2023 21:08:51 GMT, Sergey Bylokhov wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review comment update > > test/jdk/java/awt/MenuItem/MenuSetLabelTest.java line 29: > >> 27: @summary Menu disp

Re: RFR: 8306652: Open source AWT MenuItem related tests [v2]

2023-04-24 Thread Abhishek Kumar
> This PR is to open source MenuItem AWT tests. Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision: Review comment update - Changes: - all: https://git.openjdk.org/jdk/pull/13589/files - new: https://git.openjdk.org/jd

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
On Tue, 25 Apr 2023 02:47:39 GMT, Phil Race wrote: >> test/jdk/java/awt/ScrollPane/ScrollPaneWindowsTest/ScrollPaneWindowsTest.java >> line 91: >> >>> 89: System.out.println("This test is for Windows 2000/2003/XP >>> only."); >>> 90: return; >>> 91: } >> >> Aga

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
On Mon, 24 Apr 2023 18:57:45 GMT, Alexey Ivanov wrote: >> Open source few AWT ScrollPane related tests. > > test/jdk/java/awt/ScrollPane/RemoveChild/ScrollPaneRemoveAdd.java line 84: > >> 82: pane.remove(0); >> 83: pane.add(button); >> 84: });

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
On Tue, 25 Apr 2023 05:21:26 GMT, Tejesh R wrote: >> test/jdk/java/awt/ScrollPane/RemoveChild/ScrollPaneRemoveAdd.java line 94: >> >>> 92: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK); >>> 93: >>> 94: Toolkit.getDefaultToolkit().sync(); >> >> Shouldn't `sync` be rep

Re: RFR: 8306067: Open source AWT Graphics, GridBagLayout related tests [v3]

2023-04-24 Thread Prasanta Sadhukhan
> This opensources few AWT Graphics & GridBagLayout tests Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: space fix - Changes: - all: https://git.openjdk.org/jdk/pull/13570/files - new: https://git.openjdk.org/

Re: RFR: 8306067: Open source AWT Graphics, GridBagLayout related tests [v2]

2023-04-24 Thread Prasanta Sadhukhan
On Mon, 24 Apr 2023 18:43:51 GMT, Sergey Bylokhov wrote: >> As the test summary mentioned, it supposed to "Check getGraphics doesn't >> throw NullPointerExcepton for invalid colors and font"...the closed test was >> also like it...was applet based which is just converted to use >> BufferedImag

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
On Mon, 24 Apr 2023 18:59:29 GMT, Alexey Ivanov wrote: >> Open source few AWT ScrollPane related tests. > > test/jdk/java/awt/ScrollPane/RemoveChild/ScrollPaneRemoveAdd.java line 94: > >> 92: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK); >> 93: >> 94: Toolkit.getDefa

Re: RFR: 8306067: Open source AWT Graphics, GridBagLayout related tests [v2]

2023-04-24 Thread Prasanta Sadhukhan
> This opensources few AWT Graphics & GridBagLayout tests Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: GetGraphics fix - Changes: - all: https://git.openjdk.org/jdk/pull/13570/files - new: https://git.openjd

Integrated: 8306714: Open source few Swing event and AbstractAction tests

2023-04-24 Thread Prasanta Sadhukhan
On Mon, 24 Apr 2023 09:51:50 GMT, Prasanta Sadhukhan wrote: > This opensources few Swing event and AbstractAction tests This pull request has now been integrated. Changeset: 31a73b0d Author:Prasanta Sadhukhan URL: https://git.openjdk.org/jdk/commit/31a73b0d7088d10a5ffb5541d66806a92

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
On Mon, 24 Apr 2023 18:52:17 GMT, Phil Race wrote: >>> I preferred asynchronous EDT would be better since its finally block. Is >>> there any particular reason that we should use `invokeAndWait` than >>> `invokeLater`? >> >> You want to **wait** until the frame is disposed of before exiting th

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Phil Race
On Mon, 24 Apr 2023 19:22:47 GMT, Alexey Ivanov wrote: >> Open source few AWT ScrollPane related tests. > > test/jdk/java/awt/ScrollPane/ScrollPaneWindowsTest/ScrollPaneWindowsTest.java > line 91: > >> 89: System.out.println("This test is for Windows 2000/2003/XP >> only."); >> 90:

Integrated: 8306682: Open source a few more AWT Choice tests

2023-04-24 Thread Phil Race
On Mon, 24 Apr 2023 17:39:20 GMT, Phil Race wrote: > Open source a few more AWT Choice tests This pull request has now been integrated. Changeset: f39641cc Author:Phil Race URL: https://git.openjdk.org/jdk/commit/f39641ccbd670853b3c021dd4e490151cbc77ed6 Stats: 535 lines in 4 fil

Integrated: 8306484: Open source several AWT Choice jtreg tests

2023-04-24 Thread Phil Race
On Mon, 24 Apr 2023 17:25:31 GMT, Phil Race wrote: > Open sourcing several AWT Choice regression tests This pull request has now been integrated. Changeset: b5362dad Author:Phil Race URL: https://git.openjdk.org/jdk/commit/b5362dadc59570d1f7fd7899be5ec11187168a16 Stats: 1048 lin

Re: RFR: 8306765: Some client related jtreg problem list entries are malformed

2023-04-24 Thread Iris Clark
On Mon, 24 Apr 2023 19:20:54 GMT, Phil Race wrote: > There were missing platforms in a couple of problem list entries. > I verified the intended platforms are still needed and the other platforms > pass. Marked as reviewed by iris (Reviewer). test/jdk/ProblemList.txt line 444: > 442: java/awt

Re: RFR: 8306714: Open source few Swing event and AbstractAction tests

2023-04-24 Thread Phil Race
On Mon, 24 Apr 2023 09:51:50 GMT, Prasanta Sadhukhan wrote: > This opensources few Swing event and AbstractAction tests Marked as reviewed by prr (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13608#pullrequestreview-1398862928

RFR: 8306765: Some client related jtreg problem list entries are malformed

2023-04-24 Thread Phil Race
There were missing platforms in a couple of problem list entries. I verified the intended platforms are still needed and the other platforms pass. - Commit messages: - 8306765 Changes: https://git.openjdk.org/jdk/pull/13626/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=136

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v5]

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 16:40:53 GMT, Tejesh R wrote: >> This open source AWT Mouse Info related tests. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > Updated based on review comments Looks fine, please confirm that mach5 is gree

Re: RFR: 8071693: Introspector ignores default interface methods [v7]

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 19:25:59 GMT, Archie Cobbs wrote: >> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie Cobbs has updated the pull request incrementally with two additional > commi

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Alexey Ivanov
On Mon, 24 Apr 2023 17:39:17 GMT, Tejesh R wrote: > Open source few AWT ScrollPane related tests. Changes requested by aivanov (Reviewer). test/jdk/java/awt/ScrollPane/RemoveChild/ScrollPaneRemoveAdd.java line 84: > 82: pane.remove(0); > 83: pane.add(but

Re: RFR: 8071693: Introspector ignores default interface methods [v6]

2023-04-24 Thread Archie Cobbs
On Mon, 24 Apr 2023 18:14:05 GMT, Sergey Bylokhov wrote: >> Archie Cobbs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add braces around if clause. > > test/jdk/java/beans/Introspector/DefaultMethodBeanPropertyTest.java line 34: > >>

Re: RFR: 8071693: Introspector ignores default interface methods [v7]

2023-04-24 Thread Archie Cobbs
> The `Introspector` class was never updated to include `default` methods > inherited from interfaces. > > This patch attempts to fix that omission. Archie Cobbs has updated the pull request incrementally with two additional commits since the last revision: - Jam lines into 80 columns. - Add

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Phil Race
On Mon, 24 Apr 2023 18:43:26 GMT, Alexey Ivanov wrote: >> I preferred asynchronous EDT would be better since its finally block. Is >> there any particular reason that we should use `invokeAndWait` than >> `invokeLater`? > >> I preferred asynchronous EDT would be better since its finally block.

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Phil Race
On Mon, 24 Apr 2023 17:39:17 GMT, Tejesh R wrote: > Open source few AWT ScrollPane related tests. > I thought the preferred layout for tests is to use a flat layout without > creating _additional folder_ for each test. > > So, > `test/jdk/java/awt/ScrollPane/ComponentScrollTest/ComponentScrol

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Alexey Ivanov
On Mon, 24 Apr 2023 17:39:17 GMT, Tejesh R wrote: > Open source few AWT ScrollPane related tests. I thought the preferred layout for tests is to use a flat layout without creating *additional folder* for each test. So, `test/jdk/java/awt/ScrollPane/ComponentScrollTest/ComponentScrollTest.java`

Re: RFR: 8306575: Clean up and open source four Dialog related tests [v2]

2023-04-24 Thread Alexey Ivanov
On Mon, 24 Apr 2023 18:41:27 GMT, Sergey Bylokhov wrote: > invokeLater may not be executed before the test stops by the jtreg, EDT could > be killed at that point. It is better to use invokeAndWait or somehow make > sure it will ends. Totally agree. - PR Review Comment: https://g

Re: RFR: 8306067: Open source AWT Graphics, GridBagLayout related tests

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 03:10:38 GMT, Prasanta Sadhukhan wrote: >> test/jdk/java/awt/Graphics/GetGraphicsTest.java line 35: >> >>> 33: import java.awt.Graphics; >>> 34: >>> 35: public class GetGraphicsTest { >> >> What this test is expected to test? the getBackground/getForeground/getFont >> see

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Alexey Ivanov
On Mon, 24 Apr 2023 18:36:56 GMT, Tejesh R wrote: > I preferred asynchronous EDT would be better since its finally block. Is > there any particular reason that we should use `invokeAndWait` than > `invokeLater`? You want to **wait** until the frame is disposed of before exiting the main threa

Re: RFR: 8306575: Clean up and open source four Dialog related tests [v2]

2023-04-24 Thread Sergey Bylokhov
On Sat, 22 Apr 2023 00:21:06 GMT, Alexander Zuev wrote: >> Cleaned up and stabilized four Dialog-related tests. > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Added couple of empty lines to make code nore readable. test

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
On Mon, 24 Apr 2023 18:23:14 GMT, Sergey Bylokhov wrote: >> Open source few AWT ScrollPane related tests. > > test/jdk/java/awt/ScrollPane/ComponentScrollTest/ComponentScrollTest.java > line 87: > >> 85: }); >> 86: } finally { >> 87: EventQueue.invokeLater(() ->

Re: RFR: 8071693: Introspector ignores default interface methods [v6]

2023-04-24 Thread Alexey Ivanov
On Mon, 24 Apr 2023 17:48:37 GMT, Archie Cobbs wrote: >> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie Cobbs has updated the pull request incrementally with one additional > commi

Re: RFR: 8306714: Open source few Swing event and AbstractAction tests

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 09:51:50 GMT, Prasanta Sadhukhan wrote: > This opensources few Swing event and AbstractAction tests Marked as reviewed by serb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13608#pullrequestreview-1398581656

Re: RFR: 8306484: Open source several AWT Choice jtreg tests

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 17:25:31 GMT, Phil Race wrote: > Open sourcing several AWT Choice regression tests Marked as reviewed by serb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13620#pullrequestreview-1398579071

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 17:39:17 GMT, Tejesh R wrote: > Open source few AWT ScrollPane related tests. test/jdk/java/awt/ScrollPane/ComponentScrollTest/ComponentScrollTest.java line 87: > 85: }); > 86: } finally { > 87: EventQueue.invokeLater(() -> { Why the invokeL

Re: RFR: 8306682: Open source a few more AWT Choice tests

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 17:39:20 GMT, Phil Race wrote: > Open source a few more AWT Choice tests Marked as reviewed by serb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13622#pullrequestreview-1398575644

Re: RFR: 8071693: Introspector ignores default interface methods [v6]

2023-04-24 Thread Sergey Bylokhov
On Mon, 24 Apr 2023 17:48:37 GMT, Archie Cobbs wrote: >> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie Cobbs has updated the pull request incrementally with one additional > commi

Re: RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread lawrence . andrews
On Mon, 24 Apr 2023 17:39:17 GMT, Tejesh R wrote: > Open source few AWT ScrollPane related tests. test/jdk/java/awt/ScrollPane/ComponentScrollTest/ComponentScrollTest.java line 48: > 46: public Frame frame; > 47: public int count = 0; > 48: public static void main(String[] args) th

Re: RFR: 8071693: Introspector ignores default interface methods [v5]

2023-04-24 Thread Archie Cobbs
On Mon, 24 Apr 2023 17:30:56 GMT, Alexey Ivanov wrote: >> Archie Cobbs has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains eight additional >> commi

Re: RFR: 8071693: Introspector ignores default interface methods [v6]

2023-04-24 Thread Archie Cobbs
> The `Introspector` class was never updated to include `default` methods > inherited from interfaces. > > This patch attempts to fix that omission. Archie Cobbs has updated the pull request incrementally with one additional commit since the last revision: Add braces around if clause. -

RFR: 8306137: Open source several AWT ScrollPane related tests

2023-04-24 Thread Tejesh R
Open source few AWT ScrollPane related tests. - Commit messages: - Converted test Changes: https://git.openjdk.org/jdk/pull/13621/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13621&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8306137 Stats: 822 lines in 7 files

RFR: 8306682: Open source a few more AWT Choice tests

2023-04-24 Thread Phil Race
Open source a few more AWT Choice tests - Commit messages: - 8306682 Changes: https://git.openjdk.org/jdk/pull/13622/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13622&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8306682 Stats: 535 lines in 4 files changed: 535

RFR: 8306484: Open source several AWT Choice jtreg tests

2023-04-24 Thread Phil Race
Open sourcing several AWT Choice regression tests - Commit messages: - 8306484 Changes: https://git.openjdk.org/jdk/pull/13620/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13620&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8306484 Stats: 1048 lines in 6 files c

Re: RFR: 8071693: Introspector ignores default interface methods [v5]

2023-04-24 Thread Alexey Ivanov
On Fri, 21 Apr 2023 20:27:57 GMT, Archie Cobbs wrote: >> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie Cobbs has updated the pull request with a new target base due to a > merge o

Re: RFR: 8071693: Introspector ignores default interface methods [v5]

2023-04-24 Thread Archie Cobbs
On Fri, 21 Apr 2023 20:27:57 GMT, Archie Cobbs wrote: >> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie Cobbs has updated the pull request with a new target base due to a > merge o

Re: RFR: 8071693: Introspector ignores default interface methods [v5]

2023-04-24 Thread Phil Race
On Fri, 21 Apr 2023 20:27:57 GMT, Archie Cobbs wrote: >> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie Cobbs has updated the pull request with a new target base due to a > merge o

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v5]

2023-04-24 Thread Tejesh R
> This open source AWT Mouse Info related tests. Tejesh R has updated the pull request incrementally with one additional commit since the last revision: Updated based on review comments - Changes: - all: https://git.openjdk.org/jdk/pull/13573/files - new: https://git.openjdk.

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread lawrence . andrews
On Mon, 24 Apr 2023 15:36:34 GMT, lawrence.andrews wrote: >> @lawrence-andrew, BTW, why `transient`? Should it be `volatile` instead? > > Oh, yes, sorry I was meant to say volatile but I typed transient. Sorry for > the confusion. Looks good to me. - PR Review Comment: https://git

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread lawrence . andrews
On Mon, 24 Apr 2023 14:58:06 GMT, Nikita Provotorov wrote: >> It is allowed please use transient keyword for xPos & yPos > > @lawrence-andrew, BTW, why `transient`? Should it be `volatile` instead? Oh, yes, sorry I was meant to say volatile but I typed transient. Sorry for the confusion. -

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread Nikita Provotorov
On Mon, 24 Apr 2023 14:11:00 GMT, lawrence.andrews wrote: >> Yeah, getting the values within EDT and used for `Robot` operations outside. >> Isn't it allowed ? > > It is allowed please use transient keyword for xPos & yPos @lawrence-andrew, BTW, why `transient`? Should it be `volatile` instead?

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v4]

2023-04-24 Thread Tejesh R
> This open source AWT Mouse Info related tests. Tejesh R has updated the pull request incrementally with one additional commit since the last revision: Updated based on review comments - Changes: - all: https://git.openjdk.org/jdk/pull/13573/files - new: https://git.openjdk.

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread Tejesh R
On Mon, 24 Apr 2023 14:11:00 GMT, lawrence.andrews wrote: >> Yeah, getting the values within EDT and used for `Robot` operations outside. >> Isn't it allowed ? > > It is allowed please use transient keyword for xPos & yPos Sure. - PR Review Comment: https://git.openjdk.org/jdk/pul

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread lawrence . andrews
On Mon, 24 Apr 2023 14:08:24 GMT, Tejesh R wrote: >> test/jdk/java/awt/MouseInfo/ContainerMousePositionTest.java line 88: >> >>> 86: EventQueue.invokeAndWait(() -> { >>> 87: Point p = button.getLocationOnScreen(); >>> 88: xPos = p.x + button.getWidth()

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread Tejesh R
On Mon, 24 Apr 2023 13:35:20 GMT, lawrence.andrews wrote: >> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated > > test/jdk/java/awt/MouseInfo/ContainerMousePositionTest.java line 88: > >> 86: EventQueue.invok

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread lawrence . andrews
On Mon, 24 Apr 2023 10:04:49 GMT, Tejesh R wrote: >> This open source AWT Mouse Info related tests. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > Updated test/jdk/java/awt/MouseInfo/ContainerMousePositionTest.java line 88:

Re: RFR: 6995195: Static initialization deadlock in sun.java2d.loops.Blit and GraphicsPrimitiveMgr [v4]

2023-04-24 Thread Alexey Ivanov
On Mon, 17 Apr 2023 08:14:13 GMT, Dmitry Cherepanov wrote: >> This PR suggests to move generalPrimitives array to a new static nested >> GeneralPrimitives class to eliminate the possible deadlock. The Blit class >> (and other classes that register as general primitives) calls to >> GeneralPri

Integrated: 8306566: Open source several clipboard AWT tests

2023-04-24 Thread Alexander Zvegintsev
On Fri, 21 Apr 2023 23:13:51 GMT, Alexander Zvegintsev wrote: > Open sourcing few AWT clipboard tests. > > Testing looks good. This pull request has now been integrated. Changeset: 136dad71 Author:Alexander Zvegintsev URL: https://git.openjdk.org/jdk/commit/136dad7197a1969b2b1fc32

Re: RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

2023-04-24 Thread Tejesh R
> This open source AWT Mouse Info related tests. Tejesh R has updated the pull request incrementally with one additional commit since the last revision: Updated - Changes: - all: https://git.openjdk.org/jdk/pull/13573/files - new: https://git.openjdk.org/jdk/pull/13573/files/

RFR: 8306714: Open source few Swing event and AbstractAction tests

2023-04-24 Thread Prasanta Sadhukhan
This opensources few Swing event and AbstractAction tests - Commit messages: - 8306714: Open source few Swing event and AbstractAction tests - 8306714: Open source few Swing event and AbstractAction tests Changes: https://git.openjdk.org/jdk/pull/13608/files Webrev: https://webrev

Re: RFR: 8304915: Create jdk.internal.util.Architecture enum and apply [v17]

2023-04-24 Thread Martin Doerr
On Fri, 21 Apr 2023 20:26:12 GMT, Roger Riggs wrote: >> Define an internal jdk.internal.util.Architecture enumeration and static >> methods to replace uses of the system property `os.arch`. >> The enumeration values are defined to match those used in the build. >> The initial values are: `X64, X

Integrated: 8306076: Open source AWT misc tests

2023-04-24 Thread Prasanta Sadhukhan
On Fri, 21 Apr 2023 04:59:10 GMT, Prasanta Sadhukhan wrote: > This opensources few AWT tests This pull request has now been integrated. Changeset: f7d45b85 Author:Prasanta Sadhukhan URL: https://git.openjdk.org/jdk/commit/f7d45b85a5c664a87c94e0baccd8b9eddce27e2c Stats: 169 line