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