RFR: 8353950: Clipboard interaction on Windows is unstable [v3]
Matthias Bläsing
mblaesing at openjdk.org
Thu May 29 17:11:12 UTC 2025
On Thu, 29 May 2025 16:44:48 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:
>>
>> Add crash reproducer as jtreg test
>
> test/jdk/java/awt/Clipboard/ConcurrentClipboardAccessTest.java line 29:
>
>> 27: @summary tests that concurrent access to the clipboard does not crash the JVM
>> 28: @run main ConcurrentClipboardAccessTest
>> 29: */
>
> It has been brought to my attention that this test needs to be headful since we're dealing with clipboard behavior.
You are right, thanks for catching this. Pushed an updated version.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24614#discussion_r2114389500
More information about the client-libs-dev
mailing list