On Mon, 9 Jun 2025 20:48:47 GMT, Phil Race <p...@openjdk.org> wrote: >> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line >> 437: >> >>> 435: styleBits = SET(styleBits, TEXTURED, false); >>> 436: styleBits = SET(styleBits, NONACTIVATING, true); >>> 437: styleBits = SET(styleBits, IS_POPUP, true); >> >> Is the code below the comment still required? It looks it was relevant to >> applets only. > > Since the code isn't conditionalised on applets, I don't think it should be > changed as part of this PR
Shall I submit a bug to consider removing this code? Without the comment and an issue to track it, no one will ever remember to look into it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25698#discussion_r2137663905