bpb [Mon, 15 Dec 2014 12:09:49 -0800] rev 28062
8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
Summary: If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error.
Reviewed-by: alanb
sjiang [Mon, 15 Dec 2014 19:21:59 +0100] rev 28061
8067241: DeadlockTest.java failed with negative timeout value
Reviewed-by: dfuchs, sspitsyn
chegar [Sat, 13 Dec 2014 20:22:21 +0000] rev 28060
8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
Reviewed-by: chegar, prappo
Contributed-by: Amy Lu <amy.lu@oracle.com>
martin [Thu, 30 Oct 2014 07:31:41 -0700] rev 28059
8067377: My hobby: caning, then then canning, the the can-can
Summary: Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
rriggs [Fri, 12 Dec 2014 15:07:00 -0500] rev 28058
8056238: (process) ProcessBuilder.redirectError spec has a broken link
Reviewed-by: lancea
martin [Wed, 10 Dec 2014 09:23:00 -0800] rev 28057
8065804: JEP 171: Clarifications/corrections for fence intrinsics
Reviewed-by: dholmes, shade, dl, psandoz
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 28056
8065172: More core reflection final and volatile annotations
Summary: more fiddling with "final" and "volatile" field modifiers
Reviewed-by: jfranck, plevart, psandoz
erikj [Fri, 12 Dec 2014 15:35:21 +0100] rev 28055
8067254: No debug symbols in JPRT Windows builds
Reviewed-by: tbell