lana [Thu, 08 Jun 2017 23:11:11 +0000] rev 45546
Merge
mchung [Wed, 07 Jun 2017 21:14:58 -0700] rev 45545
8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
lancea [Wed, 07 Jun 2017 18:47:54 -0400] rev 45544
8181702: Mark jdk.xml.bind and jdk.xml.ws modules deprecated and for removal
Reviewed-by: alanb, mchung
duke [Wed, 05 Jul 2017 23:41:51 +0200] rev 45543
Merge
lana [Thu, 08 Jun 2017 23:11:39 +0000] rev 45542
Merge
mchung [Wed, 07 Jun 2017 21:08:37 -0700] rev 45541
8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
duke [Wed, 05 Jul 2017 23:41:36 +0200] rev 45540
Merge
lana [Thu, 08 Jun 2017 23:11:15 +0000] rev 45539
Merge
mchung [Wed, 07 Jun 2017 18:57:24 -0700] rev 45538
8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
duke [Wed, 05 Jul 2017 23:41:19 +0200] rev 45537
Merge
psandoz [Fri, 09 Jun 2017 11:26:42 -0700] rev 45536
8181824: Broken javadoc link in java.util.BitSet
Reviewed-by: martin
dfuchs [Fri, 09 Jun 2017 16:52:07 +0100] rev 45535
8181867: [tests] Reorganize EchoHandlers
Summary: This fix reorganize some test files and rename some test classes. Several classes named EchoHandler in the unnamed package are renamed to make it clear what classes (and sources) tests that use these EchoHandler implementations effectively depend on.
Reviewed-by: chegar
lana [Thu, 08 Jun 2017 23:11:21 +0000] rev 45534
Merge
erikj [Thu, 08 Jun 2017 14:53:56 +0200] rev 45533
8178064: OpenJDK RI binary should include the license file for freetype
Reviewed-by: tbell, ihse
ihse [Thu, 08 Jun 2017 13:49:11 +0200] rev 45532
8180300: Move JDWP specs to specs directory
Reviewed-by: sspitsyn
dfuchs [Thu, 08 Jun 2017 12:41:07 +0100] rev 45531
8180044: java/net/httpclient/ManyRequests.java failed due to timeout
Summary: Fixes several race conditions observed while testing.
Reviewed-by: michaelm, msheppar, prappo