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
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
redestad [Tue, 22 Aug 2017 07:52:40 +0200] rev 46892
8185362: Replace use of AtomicReferenceFieldUpdater from BufferedInputStream with Unsafe
Reviewed-by: shade, martin, sherman
redestad [Tue, 22 Aug 2017 07:52:16 +0200] rev 46891
8186334: JarFile throws ArrayIndexOutOfBoundsException when the manifest contains certain characters
Reviewed-by: psandoz, bchristi
kevinw [Mon, 21 Aug 2017 14:14:01 +0000] rev 46890
Merge
shshahma [Fri, 18 Aug 2017 04:34:16 -0700] rev 46889
8169961: Memory leak after debugging session
Summary: TargetVM gets an EventController which is a daemon thread, but don't see the thread having a way of stopping so added code to exit as soon as TargetVM thread stops listening.
Reviewed-by: clanger, dcubed, sspitsyn
mullan [Mon, 21 Aug 2017 14:05:10 +0000] rev 46888
8159544: Remove deprecated classes in com.sun.security.auth.**
Reviewed-by: jlahoda, vinnie, weijun
iignatyev [Sun, 20 Aug 2017 20:36:12 -0700] rev 46887
8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
jwilhelm [Fri, 18 Aug 2017 18:39:35 +0200] rev 46886
Merge
jwilhelm [Thu, 17 Aug 2017 19:35:37 +0200] rev 46885
Merge
jwilhelm [Wed, 16 Aug 2017 21:16:30 +0200] rev 46884
Merge
dcubed [Fri, 11 Aug 2017 13:41:00 -0700] rev 46883
8186152: quarantine sun/management/jdp/JdpOffTest.java
Reviewed-by: sspitsyn
jwilhelm [Tue, 08 Aug 2017 22:55:42 +0200] rev 46882
Merge
dcubed [Fri, 04 Aug 2017 15:51:15 -0700] rev 46881
8185872: quarantine tests named in JDK-8184042 on MacOS X
Reviewed-by: iklam
hseigel [Thu, 03 Aug 2017 16:10:07 -0400] rev 46880
8185806: Quarantine test JdbExprTest.sh on Windows
Summary: Use @requires to quarantine the test
Reviewed-by: coleenp, sspitsyn