valeriep [Tue, 08 May 2012 17:57:48 -0700] rev 12685
4963723: Implement SHA-224
Summary: Add support for SHA-224, SHA224withRSA, SHA224withECDSA, HmacSHA224 and OAEPwithSHA-224AndMGF1Padding.
Reviewed-by: vinnie
coffeys [Thu, 10 May 2012 10:45:04 +0100] rev 12684
7163470: Build fails if javax.crypto src files not present
Reviewed-by: valeriep
khazra [Wed, 09 May 2012 16:55:55 -0700] rev 12683
7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking
Summary: Set localAddress only when connection is established
Reviewed-by: alanb
wetmore [Wed, 09 May 2012 16:33:30 -0700] rev 12682
7167362: SecureRandom.init should be converted, amendment to 7084245
Reviewed-by: sherman
khazra [Wed, 09 May 2012 11:14:22 -0700] rev 12681
7165118: (prefs) AbstractPreferences.remove(null) does not throw NPE
Summary: Insert null argument check in AbstractPreferences.remove()
Reviewed-by: dholmes, chegar, alanb
ksrini [Wed, 09 May 2012 07:28:12 -0700] rev 12680
7166955: (pack200) JNI_GetCreatedJavaVMs needs additional checking
Reviewed-by: alanb, dholmes, ksrini
Contributed-by: youdwei@linux.vnet.ibm.com
luchsh [Wed, 09 May 2012 11:19:54 +0800] rev 12679
7165722: Invalid path in MemoryMonitor demo's README.txt
Reviewed-by: alanb, sla
xuelei [Tue, 08 May 2012 18:08:49 -0700] rev 12678
7166570: JSSE certificate validation has started to fail for certificate chains
Reviewed-by: wetmore
xuelei [Tue, 08 May 2012 17:56:18 -0700] rev 12677
7167092: Need to put the return clause in the synchronized block
Summary: a regression fix for bug 7153184
Reviewed-by: wetmore
sherman [Tue, 08 May 2012 11:16:36 -0700] rev 12676
7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its position as 0
Summary: updated SeekableByteChannel.read() to count the bytes read correctly
Reviewed-by: sherman
Contributed-by: paul.sandoz@oracle.com
sherman [Tue, 08 May 2012 10:57:13 -0700] rev 12675
7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H
Summary: added propsoed constructs
Reviewed-by: alanb
dholmes [Tue, 08 May 2012 02:59:10 -0400] rev 12674
7103570: AtomicIntegerFieldUpdater does not work when SecurityManager is installed
Summary: Perform class.getField inside a doPrivileged block
Reviewed-by: chegar, psandoz
robm [Mon, 07 May 2012 13:34:19 +0100] rev 12673
7166687: InetAddress.getLocalHost().getHostName() returns FQDN
Reviewed-by: chegar
zhouyx [Mon, 07 May 2012 16:43:16 +0800] rev 12672
7166048: Remove the embeded epoll data structure.
Reviewed-by: alanb
xuelei [Fri, 04 May 2012 17:28:27 -0700] rev 12671
7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites
Reviewed-by: weijun