On Thu, 9 Nov 2023 17:48:04 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> > > Ideally, I'd like to make Aqua L&F classes work like Metal or Nimbus do. … > > > > > > This way gets the accessible name _lazily_: it's requested only _when > > needed_. Therefore you should submit another bug to address the limitation > > of the current approach. > > Eventually, I've found the perfect solution: [commit > 516af4c](https://github.com/openjdk/jdk/commit/516af4c62f59984f2d3c44bfb8ecae6fc2e88810) > and [diff to > jdk/master](https://github.com/openjdk/jdk/compare/master...aivanov-jdk:jdk:516af4c62f59984f2d3c44bfb8ecae6fc2e88810) > > The `javax/swing/JComboBox/6567433/UpdateUIRecursionTest.java` test passes in > its unmodified version, which means the new version does not break the > backward compatibility. Due to this, 8283214 should be added to the list of > bugids in `UpdateUIRecursionTest`. So, I need to revert the changes that is done in the current commit and just add the bug id 8283214... right? ------------- PR Comment: https://git.openjdk.org/jdk/pull/14497#issuecomment-1804320116