chegar [Thu, 06 Apr 2017 09:00:47 +0100] rev 44537
8178101: Migrate the thread deprecation technote to javadoc doc-files
Reviewed-by: dholmes
amlu [Thu, 06 Apr 2017 09:33:47 +0800] rev 44536
8177640: jdk/internal/util/jar/TestVersionedStream.java fails on Windows
Reviewed-by: psandoz
mchung [Wed, 05 Apr 2017 10:55:31 -0700] rev 44535
8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class
Reviewed-by: naoto, lancea
rriggs [Wed, 05 Apr 2017 09:57:32 -0400] rev 44534
8165641: Deprecate Object.finalize
Reviewed-by: mchung, smarks
mli [Tue, 04 Apr 2017 19:58:24 -0700] rev 44533
8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
Summary: The new tests just focus on the usage constraints TLSSever and TLSClient with TLS communication
Reviewed-by: ascarpino
Contributed-by: John Jiang <sha.jiang@oracle.com>
darcy [Tue, 04 Apr 2017 11:13:02 -0700] rev 44532
8177949: @link tag arguments need correction for ElementType documentation
Reviewed-by: lancea
bpb [Tue, 04 Apr 2017 08:10:13 -0700] rev 44531
8177984: (ch) java/nio/channels/SocketChannel/VectorIO.java should use RandomFactory
Summary: Obtain Random from RandomFactory instead of directly.
Reviewed-by: clanger