Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v3]

2020-09-29 Thread Igor Ignatyev
On Wed, 30 Sep 2020 00:24:40 GMT, Serguei Spitsyn wrote: >> Marked as reviewed by sspitsyn (Reviewer). > > Igor, this update looks good to me. Chris, Serguei, thanks for your reviews. I've added the comment[[*]] explaining the accompanying changes, so should someone need to dig up why these cha

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v3]

2020-09-29 Thread Serguei Spitsyn
On Wed, 30 Sep 2020 00:20:33 GMT, Serguei Spitsyn wrote: >> Igor Ignatyev has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - update copyright years >> - Revert "realign table in locals002" >>Revert "updated copyright year" >>Reve

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v3]

2020-09-29 Thread Serguei Spitsyn
On Tue, 29 Sep 2020 21:52:18 GMT, Igor Ignatyev wrote: >> the patch >> - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/jdb` tests >> - updates `JdbArgumentHandler` to remove `"` from `jdb.option` option >> - reformats code >> >> testing: >> ✅ `vmTestbase/nsk/jdb` on {macosx,linux,windo

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v3]

2020-09-29 Thread Chris Plummer
On Tue, 29 Sep 2020 21:52:18 GMT, Igor Ignatyev wrote: >> the patch >> - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/jdb` tests >> - updates `JdbArgumentHandler` to remove `"` from `jdb.option` option >> - reformats code >> >> testing: >> ✅ `vmTestbase/nsk/jdb` on {macosx,linux,windo

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v3]

2020-09-29 Thread Igor Ignatyev
> the patch > - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/jdb` tests > - updates `JdbArgumentHandler` to remove `"` from `jdb.option` option > - reformats code > > testing: > ✅ `vmTestbase/nsk/jdb` on {macosx,linux,windows}-x64 Igor Ignatyev has updated the pull request incrementall

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v3]

2020-09-29 Thread Igor Ignatyev
On Tue, 29 Sep 2020 21:30:16 GMT, Chris Plummer wrote: > > what do you see as a 3rd change here? > > PropertyResolvingWrapper, format changes, var declaration changes. I think > large format changes should be kept separate > from other changes, and would preferably be done first. ok, given we

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v2]

2020-09-29 Thread Chris Plummer
On Tue, 29 Sep 2020 21:26:46 GMT, Igor Ignatyev wrote: > what do you see as a 3rd change here? PropertyResolvingWrapper, format changes, var declaration changes. I think large format changes should be kept separate from other changes, and would preferably be done first. - PR: http

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v2]

2020-09-29 Thread Igor Ignatyev
On Tue, 29 Sep 2020 21:06:58 GMT, Chris Plummer wrote: > I have to push back on this. Needs to be broken up. You have 3 large changes > that are completely unrelated. Seems you > can push any of those 3 independent of the others. Hi Chris, what do you see as a 3rd change here? `removes Proper

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v2]

2020-09-29 Thread Chris Plummer
On Tue, 29 Sep 2020 14:43:30 GMT, Igor Ignatyev wrote: >> The changes look good, but I think the practice of doing a massive cleanup >> in "remove usage of PropertyResolvingWrapper >> in vmTestbase/nsk/jdb" PR is misleading. Better to split this in two issues >> (at least next time)? > > @shipi

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v2]

2020-09-29 Thread Igor Ignatyev
On Fri, 25 Sep 2020 05:38:08 GMT, Aleksey Shipilev wrote: >> Igor Ignatyev has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - realign table in locals002 >> - updated copyright year >> - move var declarations closer to the 1st use >>

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v2]

2020-09-25 Thread Igor Ignatyev
> the patch > - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/jdb` tests > - updates `JdbArgumentHandler` to remove `"` from `jdb.option` option > - reformats code > > testing: > ✅ `vmTestbase/nsk/jdb` on {macosx,linux,windows}-x64 Igor Ignatyev has updated the pull request incrementall

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb [v2]

2020-09-25 Thread Igor Ignatyev
On Fri, 25 Sep 2020 05:38:08 GMT, Aleksey Shipilev wrote: >> Igor Ignatyev has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - realign table in locals002 >> - updated copyright year >> - move var declarations closer to the 1st use >>

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb

2020-09-25 Thread Igor Ignatyev
On Fri, 25 Sep 2020 05:38:08 GMT, Aleksey Shipilev wrote: > The changes look good, but I think the practice of doing a massive cleanup in > "remove usage of PropertyResolvingWrapper > in vmTestbase/nsk/jdb" PR is misleading. Better to split this in two issues > (at least next time)? o/c I can

Re: RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb

2020-09-24 Thread Aleksey Shipilev
On Thu, 24 Sep 2020 23:55:15 GMT, Igor Ignatyev wrote: > the patch > - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/jdb` tests > - updates `JdbArgumentHandler` to remove `"` from `jdb.option` option > - reformats code > > testing: > ✅ `vmTestbase/nsk/jdb` on {macosx,linux,windows}-x64

RFR: 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb

2020-09-24 Thread Igor Ignatyev
the patch - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/jdb` tests - updates `JdbArgumentHandler` to remove `"` from `jdb.option` option - reformats code testing: ✅ `vmTestbase/nsk/jdb` on {macosx,linux,windows}-x64 - Commit messages: - reformat code - 8252000: remove u