RR,XS, 7194597 Typeo in com.sun.management.VMOption.toString()

2012-08-30 Thread Dmitry Samersoff
Hi Everybody. Please review the fix. com.sun.management.VMOption.toString() returns ...(read-only) if writable is true and ...(read-write) otherwise. http://cr.openjdk.java.net/~dsamersoff/7194597/webrev.01/ -- Dmitry Samersoff Java Hotspot development team, SPB04 * There will come soft

Re: RR,XS, 7194597 Typeo in com.sun.management.VMOption.toString()

2012-08-30 Thread Alan Bateman
On 30/08/2012 14:55, Dmitry Samersoff wrote: Hi Everybody. Please review the fix. com.sun.management.VMOption.toString() returns ...(read-only) if writable is true and ...(read-write) otherwise. http://cr.openjdk.java.net/~dsamersoff/7194597/webrev.01/ Looks okay to me. -Alan

Re: RR,XS, 7194597 Typeo in com.sun.management.VMOption.toString()

2012-08-30 Thread Mandy Chung
On 8/30/2012 6:55 AM, Dmitry Samersoff wrote: Hi Everybody. Please review the fix. com.sun.management.VMOption.toString() returns ...(read-only) if writable is true and ...(read-write) otherwise. http://cr.openjdk.java.net/~dsamersoff/7194597/webrev.01/ Thumbs up. Mandy