hg: hsx/hotspot-rt/hotspot: 40 new changesets

2012-12-24 Thread yumin . qi
Changeset: 442f942757c0 Author:johnc Date: 2012-10-01 09:28 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/442f942757c0 8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack Summary: Set the value of MarkStackSize to a value b

Re: jmx-dev JDK-7120365 DiffHBTest.java fails due to ConcurrentModificationException

2012-12-24 Thread Alan Bateman
On 24/12/2012 14:08, shanliang wrote: webrev: http://cr.openjdk.java.net/~sjiang/JDK-7120365/webrev.00/ The test is correct, it was implemented to verify the fix for bug 4911721, but in addition it detects luckily another problem within the method ServerNotifForwarder.snoopOnUnregister The p

Re: jmx-dev [PATCH] JDK-7199324: IPv6 JMXConnectorServer.getConnectionIDs() return IDs contradicting address grammar

2012-12-24 Thread shanliang
The fix looks OK for me, and I can be sponsor. If possible I think it is better to test the fix in an IPv6 machine. It is said that IPv6 is enabled by default on windows7 (http://pcuserinfo.com/how-to-enable-install-and-configure-ipv6-windows-7/), but need to be installed on XP. Look at the

JDK-7120365 DiffHBTest.java fails due to ConcurrentModificationException

2012-12-24 Thread shanliang
webrev: http://cr.openjdk.java.net/~sjiang/JDK-7120365/webrev.00/ The test is correct, it was implemented to verify the fix for bug 4911721, but in addition it detects luckily another problem within the method ServerNotifForwarder.snoopOnUnregister The problem was that during a "for" cycle, t