asaha [Fri, 18 Aug 2017 04:37:02 +0000] rev 46904
Added tag jdk-10+20 for changeset 5e6999fa94a0
duke [Fri, 25 Aug 2017 12:38:50 +0200] rev 46903
Merge
redestad [Thu, 24 Aug 2017 15:03:38 +0200] rev 46902
8186500: StringConcatFactory.makeConcatWithConstants throws AssertionError when recipe contains non-String constants
Reviewed-by: shade, psandoz
sherman [Wed, 23 Aug 2017 21:27:02 -0700] rev 46901
8186142: ZipPath.{starts,ends}With(nonZipPath) throws an exception, but should return false
Reviewed-by: martin
jjg [Wed, 23 Aug 2017 10:58:11 -0700] rev 46900
8186466: Fix accessibility and other minor issues in java.base
Reviewed-by: mchung, naoto, martin
lancea [Wed, 23 Aug 2017 12:24:55 -0400] rev 46899
8184120: javax.transaction.xa.Xid fields reference obsolete method names
Reviewed-by: psandoz
ssahoo [Wed, 23 Aug 2017 09:13:32 -0700] rev 46898
8183310: java/security/modules/ModularTest.java should clean up better
Summary: This require cleaning up Test files.
Reviewed-by: weijun
jwilhelm [Tue, 22 Aug 2017 16:20:29 +0200] rev 46897
Merge
hseigel [Fri, 18 Aug 2017 15:07:32 -0400] rev 46896
8168677: Typo in API docs for com.sun.tools.attach
Summary: Change "VirtalMachine" to "VirtualMachine"
Reviewed-by: dholmes
rriggs [Tue, 22 Aug 2017 09:41:58 -0400] rev 46895
8173817: StackOverflowError in "process reaper" thread
Summary: Switch to inner class to avoid lambda stack overhead in ProcessReaper
Reviewed-by: dholmes, martin