RFR: 8252003: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jvmti [v2]

Serguei Spitsyn sspitsyn at openjdk.java.net
Wed Sep 30 21:07:44 UTC 2020


On Wed, 30 Sep 2020 18:16:57 GMT, Chris Plummer <cjplummer at 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


More information about the serviceability-dev mailing list