On Tue, 10 Feb 2026 05:26:14 GMT, Tejesh R <[email protected]> wrote: >> Khalid Boulanouare has updated the pull request with a new target base due >> to a merge or a rebase. The pull request now contains 124 commits: >> >> - Merge branch 'openjdk:master' into jdk-8360498 >> - Changes point location to prevent pixelpick error in some macosx-aarch64 >> machines >> - Merge branch 'openjdk:master' into jdk-8360498 >> - Removes some mixing tests from problem list >> - Fixes few issues when sorting formatting ... >> - Updates formatting and removes extra blank line >> - Removes blank lines >> - Removes blank lines >> - Applies suggested change >> - Simplifies return expression >> - ... and 114 more: https://git.openjdk.org/jdk/compare/9f13ec1c...c21fc2a1 > > test/jdk/java/awt/Mixing/AWT_Mixing/JComboBoxOverlapping.java line 83: > >> 81: frame.add(cb); >> 82: propagateAWTControls(frame); >> 83: frame.setLocationRelativeTo(null); > > Did you forget to remove from here?
Fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26625#discussion_r2794518246
