Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v4]

2024-06-11 Thread Chris Plummer
On Tue, 11 Jun 2024 18:48:41 GMT, Leonid Mesnik wrote: >> The jdwp tests use debugger and debugee. There is no goal to execute >> debugger part with all VM flags, they are needed to be used with debugee VM >> only. >> The change is all tests is to don't use System.exit() and use 'driver' >>

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v4]

2024-06-11 Thread Leonid Mesnik
> The jdwp tests use debugger and debugee. There is no goal to execute debugger > part with all VM flags, they are needed to be used with debugee VM only. > The change is all tests is to don't use System.exit() and use 'driver' > instead of othervm. >

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v3]

2024-06-11 Thread Leonid Mesnik
On Tue, 11 Jun 2024 18:38:31 GMT, Leonid Mesnik wrote: >> The jdwp tests use debugger and debugee. There is no goal to execute >> debugger part with all VM flags, they are needed to be used with debugee VM >> only. >> The change is all tests is to don't use System.exit() and use 'driver' >>

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v3]

2024-06-11 Thread Leonid Mesnik
> The jdwp tests use debugger and debugee. There is no goal to execute debugger > part with all VM flags, they are needed to be used with debugee VM only. > The change is all tests is to don't use System.exit() and use 'driver' > instead of othervm. >

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v2]

2024-06-11 Thread Chris Plummer
On Sun, 5 May 2024 18:07:47 GMT, Leonid Mesnik wrote: >> The jdwp tests use debugger and debugee. There is no goal to execute >> debugger part with all VM flags, they are needed to be used with debugee VM >> only. >> The change is all tests is to don't use System.exit() and use 'driver' >>

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v2]

2024-05-05 Thread Leonid Mesnik
On Mon, 22 Apr 2024 11:21:33 GMT, Andrey Turbanov wrote: >> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> identation updated. > > test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitors/ownmonitors001.java >

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v2]

2024-05-05 Thread Leonid Mesnik
> The jdwp tests use debugger and debugee. There is no goal to execute debugger > part with all VM flags, they are needed to be used with debugee VM only. > The change is all tests is to don't use System.exit() and use 'driver' > instead of othervm. >

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm

2024-05-04 Thread Serguei Spitsyn
On Wed, 17 Apr 2024 20:19:49 GMT, Leonid Mesnik wrote: > The jdwp tests use debugger and debugee. There is no goal to execute debugger > part with all VM flags, they are needed to be used with debugee VM only. > The change is all tests is to don't use System.exit() and use 'driver' > instead

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm

2024-05-04 Thread Serguei Spitsyn
On Mon, 22 Apr 2024 11:21:15 GMT, Andrey Turbanov wrote: >> The jdwp tests use debugger and debugee. There is no goal to execute >> debugger part with all VM flags, they are needed to be used with debugee VM >> only. >> The change is all tests is to don't use System.exit() and use 'driver' >>

Re: RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm

2024-04-22 Thread Andrey Turbanov
On Wed, 17 Apr 2024 20:19:49 GMT, Leonid Mesnik wrote: > The jdwp tests use debugger and debugee. There is no goal to execute debugger > part with all VM flags, they are needed to be used with debugee VM only. > The change is all tests is to don't use System.exit() and use 'driver' > instead

RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm

2024-04-17 Thread Leonid Mesnik
The jdwp tests use debugger and debugee. There is no goal to execute debugger part with all VM flags, they are needed to be used with debugee VM only. The change is all tests is to don't use System.exit() and use 'driver' instead of othervm.