Re: Review Request : Java exe doesn't process args ending Back slash

2012-12-19 Thread jayashree viswanathan
On 19-12-2012 10:46 PM, Alan Bateman wrote: On 19/12/2012 17:05, jayashree viswanathan wrote: Hi All, Java.exe doesn't seems to process arguments ending with back slashes well , in windows only . I have added test scenario and changeset in the below webrev . http://cr.openjdk.java.net/~jvis

Re: Review Request : Java exe doesn't process args ending Back slash

2012-12-19 Thread Alan Bateman
On 19/12/2012 17:05, jayashree viswanathan wrote: Hi All, Java.exe doesn't seems to process arguments ending with back slashes well , in windows only . I have added test scenario and changeset in the below webrev . http://cr.openjdk.java.net/~jviswana/7188114/webrev.01/ This seems to be int

Review Request : Java exe doesn't process args ending Back slash

2012-12-19 Thread jayashree viswanathan
Hi All, Java.exe doesn't seems to process arguments ending with back slashes well , in windows only . I have added test scenario and changeset in the below webrev . http://cr.openjdk.java.net/~jviswana/7188114/webrev.01/ This seems to be introduced after the bug fix for 7188114 has be made