bobv [Thu, 04 Jan 2018 13:41:19 -0500] rev 48439
Merge
goetz [Wed, 27 Dec 2017 11:31:09 +0100] rev 48438
8194232: Container memory not properly recognized.
Reviewed-by: bobv, mdoerr, acorn
bpatel [Thu, 04 Jan 2018 09:22:17 -0800] rev 48437
8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
Reviewed-by: jjg, ksrini
bpb [Fri, 05 Jan 2018 12:46:22 -0800] rev 48436
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
Reviewed-by: rriggs
bpb [Fri, 05 Jan 2018 12:45:52 -0800] rev 48435
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
Reviewed-by: chegar, rriggs, lancea
jjiang [Thu, 04 Jan 2018 19:58:45 -0800] rev 48434
8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
Summary: Adds synchronization to make sure the server exception is available
Reviewed-by: xuelei
jjg [Thu, 04 Jan 2018 10:14:50 -0800] rev 48433
8194141: Remove JDK9Wrappers
Reviewed-by: erikj, alanb
ksrini [Wed, 03 Jan 2018 15:16:46 -0800] rev 48432
8193671: Default Methods tab under Method Summary includes static methods
Reviewed-by: jjg
alanb [Thu, 04 Jan 2018 15:50:51 +0000] rev 48431
8194644: Typo in ModuleDescriptor.read javadoc
Reviewed-by: alanb
Contributed-by: christoph.dreis@freenet.de
lana [Thu, 04 Jan 2018 04:22:28 +0000] rev 48430
Merge
joehw [Wed, 03 Jan 2018 18:21:10 -0800] rev 48429
8189704: broken links in the javax/xml/namespace package
Reviewed-by: darcy
goetz [Wed, 03 Jan 2018 14:41:17 -0800] rev 48428
8194482: Fix SIGSEGV in print_threads_compiling.
Reviewed-by: kvn
jjg [Wed, 03 Jan 2018 11:10:56 -0800] rev 48427
8193125: javac should not compile a module if it requires java.base with modifiers
Reviewed-by: vromero
sveerabhadra [Wed, 03 Jan 2018 15:37:35 +0530] rev 48426
8193468: [PIT][TEST BUG]: java/awt/FileDialog/MoveToTrashTest.java fails on Linux
Reviewed-by: aghaisas, serb
sballal [Wed, 03 Jan 2018 11:14:04 +0530] rev 48425
8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output
Reviewed-by: dholmes, cjplummer