RFR: 8346952 : GetGraphicsStressTest.java fails: Native resources unavailable [v4]

Anass Baya abaya at openjdk.org
Wed Jun 11 00:13:05 UTC 2025


On Tue, 10 Jun 2025 23:53:04 GMT, Sergey Bylokhov <serb at 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


More information about the client-libs-dev mailing list