jwilhelm [Fri, 24 May 2019 03:17:31 +0200] rev 55019
8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java
Reviewed-by: mikael
erikj [Thu, 23 May 2019 14:14:13 -0700] rev 55018
8224145: Build compare script fails intermittently on test image native libraries
Reviewed-by: tbell
erikj [Thu, 23 May 2019 14:13:09 -0700] rev 55017
8224677: Dtrace .d files clash with make dependency .d files
Reviewed-by: tbell
igerasim [Thu, 23 May 2019 13:48:16 -0700] rev 55016
7061590: Javadoc issues in Charset and StandardCharsets
Reviewed-by: alanb, jjg
rkennke [Thu, 23 May 2019 17:01:38 +0200] rev 55015
8224667: Shenandoah: Post-LRB cleanup
Reviewed-by: shade
iklam [Thu, 23 May 2019 12:57:12 -0700] rev 55014
8224689: ProblemList runtime/appcds/SharedArchiveConsistency.java
Reviewed-by: ccheung, dcubed
naoto [Thu, 23 May 2019 12:21:21 -0700] rev 55013
8221431: Support for Unicode 12.1
Reviewed-by: erikj, rriggs
mseledtsov [Thu, 23 May 2019 11:37:24 -0700] rev 55012
8224165: [TESTBUG] Docker tests produce excessive output
Summary: Trimmed child process output, saving child stdout to file
Reviewed-by: dholmes, lmesnik
ccheung [Thu, 23 May 2019 10:05:02 -0700] rev 55011
8224264: [TESTBUG] HelloDynamicCustom.java test failed on the Windows platform in tiers 6 and 7 testing
Summary: Making use of the DynamicArchiveTestBase class so that mapping failure can be handled more robustly.
Reviewed-by: iklam
aeubanks [Thu, 23 May 2019 09:03:58 -0700] rev 55010
8224635: Revert 8224256 and add back java/security/SecureClassLoader/DefineClass.java test
Reviewed-by: mullan
Contributed-by: aeubanks@google.com
redestad [Thu, 23 May 2019 18:43:47 +0200] rev 55009
8224202: Speed up Properties.load
Reviewed-by: rriggs, igerasim
erikj [Thu, 23 May 2019 08:57:24 -0700] rev 55008
8221543: Indify-dependent microbenchmarks are broken
Reviewed-by: redestad
dfuchs [Thu, 23 May 2019 11:36:31 +0100] rev 55007
8224656: Problem list java/security/SecureClassLoader/DefineClass.java until JDK-8224635 is fixed
Summary: the test failed consistently on windows and linux, and intermittently (but rarely) on solaris. This patch problem-list it on all platform.
Reviewed-by: dholmes, chegar, alanb
rkennke [Thu, 23 May 2019 12:12:04 +0200] rev 55006
8224626: Shenandoah: Elide barriers on uncommon traps
Reviewed-by: roland, shade
rehn [Thu, 23 May 2019 10:13:29 +0200] rev 55005
8221734: Deoptimize with handshakes
Reviewed-by: dcubed, dholmes, pchilanomate, dlong, coleenp
thartmann [Thu, 23 May 2019 09:46:49 +0200] rev 55004
8223581: C2 compilation failed with assert(!q->is_MergeMem())
Summary: Aggressively remove MergeMems feeding into other MergeMems during incremental inlining.
Reviewed-by: vlivanov