On Thu, 23 Mar 2023 18:05:47 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   address review comment: remove unneeded function
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/ToggleNotifyJvmtiTest/ToggleNotifyJvmtiTest.java
>  line 157:
> 
>> 155: 
>> 156:         if (args.length > 0 && args[0].equals("attach")) { // agent 
>> loaded into running VM case
>> 157:             String arg = args.length == 2 ? args[1] : "";
> 
> I don't see any args being passed in other than "attach"? What might `arg` be 
> set to?

Only "attach" can be passed in args.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13133#discussion_r1153556293

Reply via email to