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
jlahoda [Tue, 22 Aug 2017 13:08:15 +0200] rev 46894
8182297: jshell tool: pasting multiple lines of code truncated
Summary: Read input needs to be kept across ConsoleReader.readLine invocations unless consumed.
Reviewed-by: rfield
nishjain [Tue, 22 Aug 2017 12:04:53 +0530] rev 46893
6609718: [Fmt-Ch] uninformative exception in ChoiceFormat.applyPattern(String)
Reviewed-by: naoto
Contributed-by: nishit.jain@oracle.com