RFR: 8055673 test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption

2014-08-20 Thread Staffan Larsen
All, Running something like: jtreg -javaoption:-Xmixed jdk/test/com/sun/jdi/RedefineStep.sh Will print an error message: test/com/sun/jdi/ShellScaffold.sh: line 885: -Xmixed: command not found The test will not fail, but the -javaoption argument will be ignored. The fix is to add some

Re: RFR: 8055673 test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption

2014-08-20 Thread Jaroslav Bachorik
Thumbs up! -JB- On 08/20/2014 03:06 PM, Staffan Larsen wrote: All, Running something like: jtreg -javaoption:-Xmixed jdk/test/com/sun/jdi/RedefineStep.sh Will print an error message: test/com/sun/jdi/ShellScaffold.sh: line 885: -Xmixed: command not found The test will not fail, but t

Re: RFR: 8055673 test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption

2014-08-20 Thread Mandy Chung
On 8/20/2014 6:06 AM, Staffan Larsen wrote: All, Running something like: jtreg -javaoption:-Xmixed jdk/test/com/sun/jdi/RedefineStep.sh Will print an error message: test/com/sun/jdi/ShellScaffold.sh: line 885: -Xmixed: command not found The test will not fail, but the -javaoption argu