darcy [Wed, 09 Jul 2014 17:02:03 -0700] rev 25401
8049794: Fix raw and unchecked warnings in jvmstat
Reviewed-by: mchung
naoto [Wed, 09 Jul 2014 10:02:30 -0700] rev 25400
8048515: Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c
Reviewed-by: okutsu
dfuchs [Wed, 09 Jul 2014 17:51:50 +0200] rev 25399
8048913: java/util/logging/LoggingDeadlock2.java times out
Summary: removes the /timeout=15 parameter from the @run command line
Reviewed-by: mchung, dholmes
plevart [Wed, 09 Jul 2014 12:30:17 +0200] rev 25398
8049220: URL.factory data race
Reviewed-by: alanb, psandoz
weijun [Wed, 09 Jul 2014 16:34:31 +0800] rev 25397
8047765: Generate blacklist.certs in build
Reviewed-by: dholmes, alanb
weijun [Wed, 09 Jul 2014 15:10:42 +0800] rev 25396
7150092: NTLM authentication fail if user specified a different realm
Reviewed-by: michaelm
amurillo [Tue, 08 Jul 2014 12:38:47 -0700] rev 25395
Merge
amurillo [Thu, 03 Jul 2014 13:22:09 -0700] rev 25394
Merge
amurillo [Thu, 26 Jun 2014 23:11:00 -0700] rev 25393
Merge
coleenp [Tue, 24 Jun 2014 11:23:34 -0400] rev 25392
6642881: Improve performance of Class.getClassLoader()
Summary: Add classLoader to java/lang/Class instance for fast access
Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, mchung, jfranck, dholmes
mullan [Tue, 08 Jul 2014 14:35:05 -0400] rev 25391
8049244: XML Signature performance issue caused by unbuffered signature data
Reviewed-by: xuelei
egahlin [Mon, 07 Jul 2014 15:06:00 +0200] rev 25390
8047368: Remove oracle.jrockit.jfr from open package.access list
Reviewed-by: sla, mullan
dfuchs [Mon, 07 Jul 2014 15:31:07 +0200] rev 25389
8048020: Regression on java.util.logging.FileHandler
Summary: In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
Reviewed-by: alanb
michaelm [Mon, 07 Jul 2014 12:42:14 +0100] rev 25388
8048212: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
Reviewed-by: alanb
dholmes [Sun, 06 Jul 2014 20:12:44 -0400] rev 25387
8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
Reviewed-by: dholmes, dfuchs
Contributed-by: Evgeniya Stepanova <evgeniya.stepanova@oracle.com>
yan [Fri, 04 Jul 2014 12:56:58 +0400] rev 25386
8046590: fix doclint issues in swing classes, part 1 of 4
Reviewed-by: alexsch
Contributed-by: Steven Sides <steve.sides@oracle.com>