On Tue, 10 Jun 2025 23:53:04 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove global lock > > src/java.desktop/windows/native/libawt/windows/awt_Window.cpp line 2505: > >> 2503: >> 2504: // It's entirely possible that our native resources have been >> destroyed >> 2505: // before our java peer - if we're dispose()d, for instance. > > You can merge this text and "// Return the default screen." to something like: > > // Our native resources may have been destroyed before the Java peer, > // e.g., if dispose() was called. In that case, return the default screen. Okay Thank you ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25619#discussion_r2138945426