On Thu, 26 Jun 2025 21:35:23 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with three additional >> commits since the last revision: >> >> - BogusFocusableWindowState -2- >> - Add BogusFocusableWindowState >> - Delete NotifyStressTest > > test/jdk/java/awt/Frame/BogusFocusableWindowState/BogusFocusableWindowState.java > line 33: > >> 31: */ >> 32: >> 33: public final class BogusFocusableWindowState { > > please split the long line to 80 chars, also the empty line above is not > really necessary. hello @mrserb, Of course, it's done. Thank you. For my proposed test, it does trigger the same exception call stack. However, yours is better. The reproduction frequency with it is 20/20. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25619#discussion_r2170071747