On Wed, 30 Sep 2020 18:16:57 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

>> Igor Ignatyev has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Revert "update ArgumentHandler to use the same delimeters as in 
>> jvmti_tools.cpp"
>
> Marked as reviewed by cjplummer (Reviewer).

@iignatev ,
What are the meaning of these properties ?:
  -Dnsk.jvmti.test.property=value_of_nsk.jvmti.test.property
  -Dnsk.jvmti.test.property=initial_value_of_nsk.jvmti.test.property
  
-Dnsk.jvmti.test.property.empty.new=initial_value_of_nsk.jvmti.test.property.empty.new

Could you, please, explain this change? :

... scenarios/general_functions/GF08/gf08t001/TestDriver.java

@@ -87,8 +87,8 @@ public static void main(String[] args) throws Exception {
        nsk.jvmti.scenarios.general_functions.GF08.gf08t.main(new String[] {
                "gf08t001",
                
nsk.jvmti.scenarios.general_functions.GF08.gf08t001.class.getName(),
 -               keyPhrase,
 -              "gc"});
 +              "gc",
 +              keyPhrase});
    }
}

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

PR: https://git.openjdk.java.net/jdk/pull/370

Reply via email to