On Wed, 30 Sep 2020 04:25:11 GMT, Serguei Spitsyn <[email protected]> wrote:
>> Hi all,
>>
>> could you please review the patch which removes `PropertyResolvingWrapper`
>> from `vmTestbase/nsk/jdi`? other than the
>> removal of `PropertyResolvingWrapper` from jtreg actions, the patch also
>> - `s/"-debugee.vmkeys=/-debugee.vmkeys="/`
>> - removed `ExecDriver` there it's not needed anymore
>> - as jtreg doesn't support static nested classes as main test classes, all
>> `EventTestTemplates`s inner classes were moved
>> up and the tests were updated accordingly
>> - appended ${java.class.path} to `-cp` in the tests which specify
>> classpath, otherwise, these tests fail due to CNFE of
>> jtreg tests
>> - escaped `"` on windows in `nsk.share.jdi.Binder`
>> - replaced default quote (`"`) w/ `\0` in `n.s.j.Binder` so there will be
>> no clashes w/ `"` from actions
>>
>> testing: ✅ `vmTestbase/nsk/jdi` tests on `{linux,windows,macos}-x64`
>
> @iignatev
> Thank you for explanation and filing a new bug.
> I'm okay with this update.
for the record, the RFE to clean up the comments --
[8253864](https://bugs.openjdk.java.net/browse/JDK-8253864)
-------------
PR: https://git.openjdk.java.net/jdk/pull/379