On Wed, 23 Apr 2025 03:14:37 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> use ProcessTools
>
> test/jdk/java/awt/Clipboard/ClipboardSecurity.java line 101:
>
>> 99: javaPath + File.separator + "bin" + File.separator +
>> "java",
>> 100: "-cp", System.getProperty("test.classes", "."),
>> 101: "ClipboardSecurity", "client"
>
> Same question as in another PR. can we use ProcessTools/OutputAnalyzer?
Sure, thanks for the tip, updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24802#discussion_r2056871405