Re: RFR: 8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails [v3]

2022-12-10 Thread Sergey Bylokhov
On Wed, 30 Nov 2022 17:53:08 GMT, Damon Nguyen wrote: >> Test ran on all OS 100 times and passed. Test previously failed on macOS but >> no longer reproducible. Added screen capture on moment of failure to have >> more evidence of failures in the future (previously a runtime exception was >> t

Re: RFR: 8193547: Regression automated test '/open/test/jdk/java/awt/Toolkit/DesktopProperties/rfe4758438.java' fails

2022-12-10 Thread Sergey Bylokhov
On Mon, 14 Nov 2022 00:03:51 GMT, Alexander Zvegintsev wrote: > This test has multiple issues: > > * Test actually does nothing and passes as it is right now, but tests nothing > * `pgrep gnome-session` may return multiple PIDs -> picking up only first one > * looks like jtreg does not pass GN

Re: RFR: 7030853: JDK 7 Serializable Swing classes not compatible with JDK 6 [v4]

2022-12-10 Thread Sergey Bylokhov
On Fri, 9 Dec 2022 04:03:25 GMT, Prasanta Sadhukhan wrote: >> The serialized form of the following classes in JDK 7 builds are not >> compatible with prior versions of Java: >> javax.swing.text.html.parser.ParserDelegator >> javax.swing.LayoutComparator >> They need to be declared as no

Re: RFR: JDK-8294680: Refactor scaled border rendering

2022-12-10 Thread Rajat Mahajan
On Wed, 7 Dec 2022 21:34:12 GMT, Harshitha Onkar wrote: > In this fix, the common code required for scaled border rendering is unified > and added to SwingUtilities3. This is achieved by adding a functional > interface to SwingUtilities3 and calling the the respective paintBorder > function pa

Re: RFR: JDK-8294680: Refactor scaled border rendering

2022-12-10 Thread Michael Hall
> On Dec 10, 2022, at 10:48 AM, Alan Snyder wrote: > > > On Dec 9, 2022, at 10:18 AM, Harshitha Onkar > wrote: >> >> Do you have a specific use case in mind? > > No, but as a developer of a third party LAF and various custom Swing > components I have had

Re: RFR: JDK-8294680: Refactor scaled border rendering

2022-12-10 Thread Alan Snyder
On Dec 9, 2022, at 10:18 AM, Harshitha Onkar wrote: > > Do you have a specific use case in mind? No, but as a developer of a third party LAF and various custom Swing components I have had to duplicate “private” Swing code multiple times, so I would like to encourage the view that Swing is an

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v2]

2022-12-10 Thread ScientificWare
> This is referenced in Java Bug Database as > - [JDK-8296661 : Typo Found In > CSSParser.java](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8296661) > > This is tracked in JBS as > - [JDK-8296661 : Typo Found In > CSSParser.java](https://bugs.openjdk.java.net/browse/JDK-8296661) > > I