phh [Thu, 20 Jan 2011 19:34:40 -0500] rev 8001
6173675: M&M: approximate memory allocation rate/amount per thread
Summary: Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean, add getAllocatedBytes() and friends to c.s.m.ThreadMXBean and have sun.management.ThreadImpl implement c.s.m.ThreadMXBean rather than j.l.m.ThreadMXBean.
Reviewed-by: mchung, alanb, dholmes, emcmanus
zgu [Fri, 21 Jan 2011 11:38:25 -0800] rev 8000
Merge
zgu [Thu, 20 Jan 2011 10:45:58 -0500] rev 7999
6983248: net/net001 and net/net003 fail on WinXP with JDK7-B108
Summary: Using closesocket to close socket handler to avoid invalid C runtime parameter exception.
Reviewed-by: alanb, phh, dcubed, dsamersoff, coleenp, acorn
mchung [Fri, 21 Jan 2011 09:45:23 -0800] rev 7998
Merge
mchung [Fri, 21 Jan 2011 09:43:57 -0800] rev 7997
6912013: Remove the temporary launcher fix to add modules in the bootclasspath
Reviewed-by: ksrini
chegar [Fri, 21 Jan 2011 17:04:13 +0000] rev 7996
Merge
chegar [Fri, 21 Jan 2011 17:02:57 +0000] rev 7995
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
Reviewed-by: alanb, michaelm
mchung [Thu, 20 Jan 2011 22:17:31 -0800] rev 7994
7013739: jdk_rmi target is missing in the top repo's test/Makefile
Reviewed-by: ohair, igor
chegar [Thu, 20 Jan 2011 15:23:57 +0000] rev 7993
7011857: java/util/concurrent/Phaser/FickleRegister.java fails on solaris-sparc
Summary: Remove from ProblemList, failure resolved by 7009231
Reviewed-by: alanb
lana [Wed, 19 Jan 2011 19:00:30 -0800] rev 7992
Merge
sundar [Mon, 17 Jan 2011 13:29:12 +0530] rev 7991
6508943: small typo in the documentation
6759414: javascript engine can not write to StringWriter
6869617: RhinoScriptEngine bug : ScriptException cause not set (with fix)
7012701: Add a test to check that Rhino's RegExp parser accepts unescaped '['
Reviewed-by: alanb, jjh
smarks [Fri, 14 Jan 2011 15:31:45 -0800] rev 7990
7012003: diamond conversion for ssl
Reviewed-by: wetmore
chegar [Fri, 14 Jan 2011 22:34:31 +0000] rev 7989
7010903: impl. of http.maxConnections is different from the description in JavaSE document
Reviewed-by: alanb, michaelm
darcy [Thu, 13 Jan 2011 22:21:58 -0800] rev 7988
7012279: Project Coin: Clarify AutoCloseable and Throwable javadoc
Reviewed-by: jjb
mduigou [Thu, 13 Jan 2011 20:32:12 -0800] rev 7987
6728865: Provide a better heuristics for Collections.disjoint method
Reviewed-by: alanb, dholmes, chegar, forax