Integrated: 8361521 : BogusFocusableWindowState.java fails with StackOverflowError on Linux

2025-08-30 Thread Anass Baya
On Mon, 14 Jul 2025 17:00:35 GMT, Anass Baya wrote: > **Analysis:** > The getFocusableWindowState() method is not intended to modify the > configuration; doing so can cause recursive re-entry on Linux. > > **Proposed Fix:** > We are intentionally overriding getFocusableWindowState() to allow it

Re: RFR: 8361606 : ConsumeNextMnemonicKeyTypedTest.java fails on Windows: character typed with VK_A: a [v3]

2025-08-30 Thread Damon Nguyen
On Wed, 27 Aug 2025 10:37:41 GMT, Anass Baya wrote: > I'm not able to reproduce the issue on macOS. Could you please attach the > logs so I can take a look and see if it's related to not consuming the "Next > Mnemonic KeyTyped event"? This is the output when it fails on macOS 15.6 (Aqua L&F) o

Re: RFR: 8361606 : ConsumeNextMnemonicKeyTypedTest.java fails on Windows: character typed with VK_A: a [v3]

2025-08-30 Thread Anass Baya
On Mon, 25 Aug 2025 10:43:51 GMT, Anass Baya wrote: >> **Analysis :** >> When the problem occurrs, the key press event related to the mnemonic >> triggers the item selection. However, as we returned to the menu, the >> subsequent key typed event arrived and was treated as a normal key press >>

Integrated: 8366208: Unexpected exception in sun.java2d.cmm.lcms.LCMSImageLayout

2025-08-30 Thread Sergey Bylokhov
On Thu, 28 Aug 2025 18:07:56 GMT, Sergey Bylokhov wrote: > We have a few places in the cmm code where the fast-code-path assumes that > standard buffered images with type such as TYPE_INT_ARGB_PRE use our private > raster implementation such as IntegerComponentRaster, which is not > necessaril

Re: RFR: 8158801: [TEST_BUG] Mixing tests fail because of focus workaround trick [v28]

2025-08-30 Thread Khalid Boulanouare
> Many Mixing tests failed because the work around click lands on the > minimizing area in the window control and causes the tests to fail. > > This fix changes the width of base frames which allows most of tests to pass. Khalid Boulanouare has updated the pull request with a new target base due

Re: Unwanted artifacts on my JButton

2025-08-30 Thread David Alayachew
Thanks Alexey, I use 125%, so looks like I got the unlucky hand here. And thanks about the multiple of 4 detail. I understand that this is a difficult problem to fix, but this is still something that will eventually be fixed, right? Or is this something that will just not be addressed? Thank you

Re: Possible BufferedImage.getRGB optimization

2025-08-30 Thread Laurent Bourgès
Hi guys, I do love optimizing java2d, so Ido support & sponsor your buffered image (ARGB PRE or not) changes. Let's start a github project to start this concrete patch... as I did for the marlin renderer or we could use the marlin repository to host your changes to java.awt or java2d packages. S