RFR: 8297286: runtime/vthread tests crashing after JDK-8296324 [v5]

Serguei Spitsyn sspitsyn at openjdk.org
Thu Mar 30 17:14:24 UTC 2023


On Thu, 23 Mar 2023 18:05:47 GMT, Chris Plummer <cjplummer at 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


More information about the serviceability-dev mailing list