amlu [Tue, 23 Oct 2018 13:47:17 +0800] rev 52223
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
Reviewed-by: forax, weijun
weijun [Tue, 23 Oct 2018 12:25:59 +0800] rev 52222
8212216: JGSS: Fix leak in exception cases in getJavaOID()
Reviewed-by: mullan, weijun
Contributed-by: Nico Williams <nico@twosigma.com>
jcbeyler [Mon, 22 Oct 2018 19:31:41 -0700] rev 52221
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
Summary: Remove white spaces from tests
Reviewed-by: amenkov, cjplummer, phh, sspitsyn
mchung [Mon, 22 Oct 2018 17:00:04 -0700] rev 52220
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
Reviewed-by: dholmes, thartmann
amenkov [Mon, 22 Oct 2018 14:41:51 -0700] rev 52219
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
Reviewed-by: jcbeyler, gadams, sspitsyn
ccheung [Mon, 22 Oct 2018 14:31:10 -0700] rev 52218
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
Summary: use CDSTestUtils.run() instead of CDSTestUtils.executeAndLog().
Reviewed-by: iklam
jjg [Mon, 22 Oct 2018 13:31:42 -0700] rev 52217
8211876: Broken links in java.base files (ClassLoader.html#name)
Reviewed-by: lancea
coleenp [Mon, 22 Oct 2018 15:32:50 -0400] rev 52216
8212774: Remove dead code touching Klass::_lower_dimension
Summary: Found dead code removal while looking at usage of Compile_lock. This dead code doesn't have Compile_lock but other code touching Klass::_{upper,lower}_dimension do.
Reviewed-by: shade
jcbeyler [Mon, 22 Oct 2018 12:43:15 -0700] rev 52215
8212148: Remove remaining NSK_CPP_STUBs
Summary: Remove remaining macros
Reviewed-by: amenkov, phh, iignatyev
rfield [Mon, 22 Oct 2018 09:26:50 -0700] rev 52214
8210959: JShell fails and exits when statement throws an exception whose message contains a '%'.
Reviewed-by: jlahoda
rfield [Mon, 22 Oct 2018 08:30:39 -0700] rev 52213
8210923: JShell: support for switch expressions
Reviewed-by: jlahoda
eosterlund [Mon, 22 Oct 2018 12:13:29 +0200] rev 52212
8212663: Remove conservative at_safepoint assert when JFR writes type sets during class unloading
Reviewed-by: coleenp, dholmes, mgronlun
chegar [Mon, 22 Oct 2018 12:25:31 +0100] rev 52211
8212695: Add explicit timeout to several HTTP Client tests
Reviewed-by: dfuchs, michaelm
tschatzl [Mon, 22 Oct 2018 11:51:17 +0200] rev 52210
8211853: Avoid additional duplicate work when a reference in the task queue has already been evacuated
Reviewed-by: kbarrett, sjohanss
vtewari [Mon, 22 Oct 2018 15:20:43 +0530] rev 52209
8212114: Reconsider the affect on closed streams resulting from 8189366
Reviewed-by: chegar, dfuchs
coffeys [Mon, 22 Oct 2018 10:47:28 +0100] rev 52208
8212752: Typo in SSL log message related to inactive/disabled signature scheme
Reviewed-by: coffeys
Contributed-by: jai.forums2013@gmail.com