fparain [Fri, 06 May 2011 18:09:33 +0200] rev 9559
7028071: Add two attributes to the OperatingSystemMXBean to provide CPU Load info
Summary: Add getProcessCpuLoad() and getSystemCpuLoad() to the OperatingSystemMXBean
Reviewed-by: acorn, dholmes, mchung
ngthomas [Tue, 10 May 2011 16:12:12 -0700] rev 9558
Merge
ngthomas [Tue, 10 May 2011 15:31:39 -0700] rev 9557
Merge
vinnie [Wed, 04 May 2011 20:38:45 +0100] rev 9556
6738532: Error in Elliptic Curve NamedCurve determination. (related to PKCS11)
Reviewed-by: valeriep
cgruszka [Tue, 10 May 2011 17:56:11 -0400] rev 9555
Merge
asaha [Wed, 04 May 2011 11:11:40 -0700] rev 9554
7035172: Reintroduce LICENSE file in JDK/JRE bundle
Reviewed-by: billyh
jgodinez [Mon, 09 May 2011 12:32:40 -0700] rev 9553
Merge
jgodinez [Tue, 03 May 2011 22:16:58 -0700] rev 9552
Merge
michaelm [Mon, 02 May 2011 20:17:18 +0100] rev 9551
Merge
michaelm [Mon, 02 May 2011 20:11:18 +0100] rev 9550
7041044: InetAddress.getByName(String,InetAddress) added in error
Reviewed-by: alanb
weijun [Tue, 03 May 2011 02:48:59 +0800] rev 9549
7040151: SPNEGO GSS code does not parse tokens in accordance to RFC 2478
Reviewed-by: valeriep
darcy [Mon, 02 May 2011 11:39:46 -0700] rev 9548
7041136: Use Objects.equals in JDK platform classes
Reviewed-by: alanb, mduigou
sherman [Mon, 02 May 2011 11:42:52 -0700] rev 9547
7040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new String(byte[])
Summary: implement sun.nio.cs.ArrayEn/Decoer in utf8
Reviewed-by: alanb
bpatel [Mon, 02 May 2011 10:14:27 -0700] rev 9546
6553182: Need to modify javadoc doclet for GPL
Reviewed-by: jjg
michaelm [Mon, 02 May 2011 11:47:55 +0100] rev 9545
Merge
michaelm [Mon, 02 May 2011 11:02:58 +0100] rev 9544
6569621: Problem with java/classes_net
Reviewed-by: chegar
sherman [Sun, 01 May 2011 11:39:32 -0700] rev 9543
7036522: j.u.r.Pattern documentation errors
Summary: updated the Perl related information
Reviewed-by: alanb
weijun [Sun, 01 May 2011 14:22:32 +0800] rev 9542
7040916: DynamicKeyTab test fails on Windows
Reviewed-by: xuelei
lana [Sat, 30 Apr 2011 16:55:46 -0700] rev 9541
Merge
mduigou [Fri, 29 Apr 2011 14:09:46 -0700] rev 9540
7040572: Fix broken java/nio/charset/StandardCharset/Standard.java and add more tests.
Reviewed-by: alanb
valeriep [Fri, 29 Apr 2011 13:31:13 -0700] rev 9539
7036252: sunpkcs11-solaris.cfg needs a review
Summary: Updated the disabled mechanisms section since Solaris bug 6306708 has been fixed.
Reviewed-by: mullan
mchung [Fri, 29 Apr 2011 08:51:34 -0700] rev 9538
7039809: Remove @ConstructorProperties annotation from java.io.File class
Reviewed-by: alanb, malenkov
lancea [Fri, 29 Apr 2011 09:04:03 -0400] rev 9537
7040150: Indexing Error in CachedRowSetImpl.removeCurrentRow
Reviewed-by: smarks
sherman [Thu, 28 Apr 2011 20:48:36 -0700] rev 9536
7039066: j.u.rgex does not match TR18 RL1.4 Simple Word Boundaries and RL1.2 Properties
Summary: updated the regex Unicode property support
Reviewed-by: alanb
sherman [Thu, 28 Apr 2011 20:18:57 -0700] rev 9535
7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode Standard
Summary: updated j.l.c.lsLowerCase/isUpperCase
Reviewed-by: okutsu
darcy [Thu, 28 Apr 2011 17:51:25 -0700] rev 9534
7038843: IIOP serialization fails with NullPointerException when serializing Throwable
Reviewed-by: dholmes, mchung
vinnie [Fri, 29 Apr 2011 00:21:54 +0100] rev 9533
6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI
Reviewed-by: wetmore
mduigou [Thu, 28 Apr 2011 10:14:12 -0700] rev 9532
Merge
mduigou [Thu, 28 Apr 2011 10:12:02 -0700] rev 9531
7040381: Add StandardCharset.java to FILES_java.gmk
Reviewed-by: alanb
mchung [Thu, 28 Apr 2011 08:51:43 -0700] rev 9530
7037081: Remove com.sun.tracing from NON_CORE_PKGS
Reviewed-by: ohair, jjg, jmasa
lancea [Thu, 28 Apr 2011 09:46:12 -0400] rev 9529
7038565: address Findbugs issue in BatchUpdateException
Reviewed-by: alanb, forax
weijun [Thu, 28 Apr 2011 20:34:53 +0800] rev 9528
7037201: regression: invalid signed jar file not detected
Reviewed-by: mullan
mduigou [Wed, 27 Apr 2011 14:18:26 -0700] rev 9527
Merge
mduigou [Tue, 26 Apr 2011 14:25:42 -0700] rev 9526
4884238: Adds java.nio.charset.StandardCharset to provide static final constants for the standard charsets.
Reviewed-by: alanb, sherman, darcy
vinnie [Wed, 27 Apr 2011 20:24:30 +0100] rev 9525
Merge
vinnie [Wed, 27 Apr 2011 20:21:32 +0100] rev 9524
6753664: Support SHA256 (and higher) in SunMSCAPI
Reviewed-by: mullan
alanb [Wed, 27 Apr 2011 13:46:22 +0100] rev 9523
7039186: (ch) EPoll based asynchronous I/O implementation should be portable to linux-arm and linux-ppc
Reviewed-by: dholmes
weijun [Wed, 27 Apr 2011 17:11:06 +0800] rev 9522
6950929: Failures on Solaris sparc 64bit sun/security/krb5/auto/BadKdc4.java (and linux?)
Reviewed-by: xuelei
darcy [Tue, 26 Apr 2011 10:35:06 -0700] rev 9521
7039369: Limit range of strictfp in FloatingDecimal
Summary: Additional reviews by sergey.kuksenko@oracle.com
Reviewed-by: alanb
nloodin [Tue, 26 Apr 2011 12:49:34 +0200] rev 9520
7029383: Refresh of non-client demos
Reviewed-by: mchung, ohair
vinnie [Fri, 22 Apr 2011 17:03:51 +0100] rev 9519
6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
Reviewed-by: mullan
kamg [Fri, 22 Apr 2011 08:46:51 -0700] rev 9518
Merge
kamg [Fri, 22 Apr 2011 04:57:48 -0700] rev 9517
Merge
kamg [Fri, 15 Apr 2011 10:17:23 -0400] rev 9516
6519228: JDWP Spec: need references at capability canRequestMonitorEvents for JDWP 1.6 Monitor* events
Summary: Add descriptions in event type table
Reviewed-by: ohair, jjh, acorn, dcubed
dl [Fri, 22 Apr 2011 16:33:23 +0100] rev 9515
7038885: Improved bulk operation disclaimers for concurrent collections
Reviewed-by: chegar
coffeys [Fri, 22 Apr 2011 11:03:39 +0100] rev 9514
7025227: SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer
6932403: SSLSocketImpl state issue
Reviewed-by: xuelei
darcy [Thu, 21 Apr 2011 15:55:59 -0700] rev 9513
6998871: Support making the Throwable.stackTrace field immutable
Reviewed-by: dholmes, mchung, forax
mullan [Thu, 21 Apr 2011 17:44:55 -0400] rev 9512
Merge
mullan [Thu, 21 Apr 2011 17:39:28 -0400] rev 9511
7038175: Expired PKITS certificates causing CertPathBuilder and CertPathValidator regression test failures
Reviewed-by: xuelei
lana [Thu, 21 Apr 2011 13:32:37 -0700] rev 9510
Merge
lana [Thu, 21 Apr 2011 11:11:20 -0700] rev 9509
Merge
vinnie [Thu, 21 Apr 2011 19:05:29 +0100] rev 9508
6732372: Some MSCAPI native methods not returning correct exceptions.
Reviewed-by: mullan
dl [Thu, 21 Apr 2011 17:00:23 +0100] rev 9507
7038542: Small performace regression in ConcurrentHashMap on c1 since CR 703655
Reviewed-by: chegar
vinnie [Thu, 21 Apr 2011 14:25:46 +0100] rev 9506
Merge
vinnie [Thu, 21 Apr 2011 14:23:57 +0100] rev 9505
6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources.
Reviewed-by: mullan
dl [Thu, 21 Apr 2011 13:53:27 +0100] rev 9504
7038501: Clarify meaning of "(optional)" in javadoc
Reviewed-by: chegar
mduigou [Wed, 20 Apr 2011 17:20:00 -0700] rev 9503
6546713: link the word (optional) in exception specifications to the text which provides explanation and context.
Reviewed-by: dholmes, dl
smarks [Wed, 20 Apr 2011 16:30:38 -0700] rev 9502
6896297: (rmi) fix ConcurrentModificationException causing TCK failure
Reviewed-by: alanb, dholmes, peterjones
michaelm [Wed, 20 Apr 2011 12:05:17 +0100] rev 9501
Merge
michaelm [Wed, 20 Apr 2011 12:03:30 +0100] rev 9500
7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
Reviewed-by: dholmes, alanb