Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-26 Thread Poonam Bajaj
Hi Kevin, The fix looks good. Thanks, Poonam On 2/25/2013 11:51 PM, Kevin Walls wrote: Hi, This is a crash I stumbled upon: jstack -m will crash when it doesn't match the bitness of its target. On Solaris we check and give an exception message, Linux should do similarly. http://cr.openj

Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-26 Thread Kevin Walls
Hej Rickard, thanks. Staffan, thanks also! On 26/02/13 06:38, Rickard Bäckman wrote: Kevin, looks good to me. (Not a Reviewer). /R On Feb 25, 2013, at 7:21 PM, Kevin Walls wrote: Hi, This is a crash I stumbled upon: jstack -m will crash when it doesn't match the bitness of its target.

Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-26 Thread Staffan Larsen
Looks good (not a Reviewer). /Staffan On 26 feb 2013, at 07:38, Rickard Bäckman wrote: > Kevin, > > looks good to me. (Not a Reviewer). > > /R > > On Feb 25, 2013, at 7:21 PM, Kevin Walls wrote: > >> >> Hi, >> >> This is a crash I stumbled upon: jstack -m will crash when it doesn't match

Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-25 Thread Rickard Bäckman
Kevin, looks good to me. (Not a Reviewer). /R On Feb 25, 2013, at 7:21 PM, Kevin Walls wrote: > > Hi, > > This is a crash I stumbled upon: jstack -m will crash when it doesn't match > the bitness of its target. On Solaris we check and give an exception > message, Linux should do similarly.

RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-25 Thread Kevin Walls
Hi, This is a crash I stumbled upon: jstack -m will crash when it doesn't match the bitness of its target. On Solaris we check and give an exception message, Linux should do similarly. http://cr.openjdk.java.net/~kevinw/8008807/webrev.00/ Here I've gone with checking and denying the attach