redestad [Sun, 16 Nov 2014 15:03:46 +0100] rev 27725
8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
Reviewed-by: sherman
michaelm [Thu, 21 Aug 2014 17:51:29 +0100] rev 27724
8053963: (dc) Use DatagramChannel.receive() instead of read() in connect
Reviewed-by: alanb, chegar
prr [Wed, 30 Jul 2014 11:08:41 -0700] rev 27723
8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
Reviewed-by: bae, serb
xuelei [Thu, 29 May 2014 04:24:10 +0000] rev 27722
8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
Reviewed-by: wetmore, ahgross, asmotrak
ascarpino [Sun, 18 May 2014 23:06:51 +0000] rev 27721
8042480: CipherInputStream.close() throws AEADBadTagException in some cases
Reviewed-by: xuelei
msheppar [Sat, 15 Nov 2014 18:26:29 +0000] rev 27720
8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop.
Summary: join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop().
Reviewed-by: chegar
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27719
8063147: Class.getFields spec should state that fields are inherited from superinterfaces
Reviewed-by: psandoz, chegar
martin [Mon, 27 Oct 2014 16:24:43 -0700] rev 27718
8062194: java.util.jar.Attributes should use insertion-ordered iteration
Summary: s/HashMap/LinkedHashMap/g
Reviewed-by: alanb, sherman