jjg [Wed, 23 Aug 2017 10:53:57 -0700] rev 46925
8186460: Fix stylesheet to better display multi-row headers in "striped" tables.
Reviewed-by: bpatel
rfield [Tue, 22 Aug 2017 23:26:28 -0700] rev 46924
8186636: JShell tests: jtreg_4.2-b08 breaks ComputeFQNsTest.testAddImport()
Reviewed-by: jlahoda
jlahoda [Tue, 22 Aug 2017 13:10:46 +0200] rev 46923
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, rfield
vromero [Mon, 21 Aug 2017 16:37:17 -0400] rev 46922
8160396: test for fix for JDK-8159439 can't be included till CODETOOLS-7901710 is fixed
Reviewed-by: jjg
rfield [Mon, 21 Aug 2017 08:29:42 -0700] rev 46921
8186475: JShell API: remove trailing HTML paragraph tag
Reviewed-by: jlahoda
mullan [Mon, 21 Aug 2017 14:09:06 +0000] rev 46920
Merge
mullan [Mon, 21 Aug 2017 14:04:50 +0000] rev 46919
8159544: Remove deprecated classes in com.sun.security.auth.**
Reviewed-by: jlahoda, vinnie, weijun
anazarov [Fri, 18 Aug 2017 15:58:17 -0700] rev 46918
8186020: jdk/javadoc/tool/exceptionHandling/TestExceptionHandling.java fails
Reviewed-by: jjg, ksrini
iignatyev [Sun, 20 Aug 2017 20:36:11 -0700] rev 46917
8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
asaha [Fri, 18 Aug 2017 04:37:00 +0000] rev 46916
Added tag jdk-10+20 for changeset f4c981fc7818
duke [Fri, 25 Aug 2017 12:39:10 +0200] rev 46915
Merge
asaha [Fri, 18 Aug 2017 04:37:07 +0000] rev 46914
Added tag jdk-10+20 for changeset 18d3353ab1e3
duke [Fri, 25 Aug 2017 12:39:05 +0200] rev 46913
Merge
fyuan [Mon, 21 Aug 2017 15:52:24 +0800] rev 46912
8186028: Regression in BCEL caused by 8181154: Fix lint warnings in JAXP repo: deprecation
Reviewed-by: dfuchs, joehw, dbuck
iignatyev [Sun, 20 Aug 2017 20:36:10 -0700] rev 46911
8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
asaha [Fri, 18 Aug 2017 04:37:07 +0000] rev 46910
Added tag jdk-10+20 for changeset 52634f4b683b
duke [Fri, 25 Aug 2017 12:39:00 +0200] rev 46909
Merge
pmuthuswamy [Mon, 21 Aug 2017 11:33:52 +0530] rev 46908
8175362: StringIndexOutOfBoundsException from /.*((a[^a]+){2})c$/.exec('ababc')
Reviewed-by: sundar, hannesw
Contributed-by: priya.muthuswamy@oracle.com
iignatyev [Sun, 20 Aug 2017 20:36:11 -0700] rev 46907
8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
asaha [Fri, 18 Aug 2017 04:37:03 +0000] rev 46906
Added tag jdk-10+20 for changeset b385216af0ed
duke [Fri, 25 Aug 2017 12:38:54 +0200] rev 46905
Merge
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
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