RFR: 8353950: Clipboard interaction on Windows is unstable [v5]

Matthias Bläsing mblaesing at openjdk.org
Mon Jun 9 20:01:41 UTC 2025


On Tue, 3 Jun 2025 22:20:45 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Matthias Bläsing has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address review comments:
>>   
>>   - reduce log level in WClipboard#handleContentsChanged to DEBUG, so that
>>     in normal operation it will not be visible
>>   - restore comment on WClipboard#closeClipboard
>>   - adjust comment on WClipboard#openClipboard
>>   - Ensure ConcurrentClipboardAccessTest shutsdown on its own when not
>>     run in an environment with an external timeout handling.
>>   - Added finishing message to ConcurrentClipboardAccessTest, so that
>>     correct termination can be determined visually if run manually
>
> I think this looks fair to me now. But, you still need a Reviewer to look at this. Maybe @kumarabhi006 ?

@DamonGuy @kumarabhi006 would be one of you kind enough to act as a sponsor for this change? I have an author status, but not a committer status.

Before issuing `/integate` I created a local test branch by merging master from 2-3 days ago into a copy of this branch. That merged cleanly. I reran the application level reproducer with the JDK image from that build and JDK-24. The problem on the application level was reproducible with JDK-24, but not anymore with this changeset in.

Thank you!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24614#issuecomment-2956868219


More information about the client-libs-dev mailing list