On Mon, 28 Sep 2020 14:09:59 GMT, Igor Ignatyev <iignat...@openjdk.org> 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`

Looks good. In the future I would like to see something like this broken up so 
as to not mix the smaller changes in
with the massive repetitive changes.

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

Marked as reviewed by cjplummer (Reviewer).

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

Reply via email to