RFR: 8353950: Clipboard interaction on Windows is unstable [v2]
Matthias Bläsing
mblaesing at openjdk.org
Thu May 15 17:00:56 UTC 2025
On Tue, 13 May 2025 02:11:14 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Matthias Bläsing has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Adress review comments: Update copyright years and fix whitespace in if condition
>
> is it possible to create a jtreg test for this issue?
@mrserb added the reproducer and validated, that it works:
- *fastdebug* build: Before this change assertion is hit quickly, this will not be reported as a testfailure as the assertion handler displays a message and only blocks further execution of that thread, after the change no assertion is hit.
- *release* build: Before this change the JVM crashes and that is reported as a test failure, after the change the code runs through.
The test was run via:
CONF=windows-x86_64-server-release make test TEST="test/jdk/java/awt/Clipboard/ConcurrentClipboardAccessTest.java"
# and
CONF=windows-x86_64-server-fastdebug make test TEST="test/jdk/java/awt/Clipboard/ConcurrentClipboardAccessTest.java"
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24614#issuecomment-2884495131
More information about the client-libs-dev
mailing list