Thu, 23 May 2019 12:36:54 +0530 8214563: Use {@systemProperty} in specification of system properties in java.nio packages
dkejriwal [Thu, 23 May 2019 12:36:54 +0530] rev 55026
8214563: Use {@systemProperty} in specification of system properties in java.nio packages 8214565: Use {@systemProperty} for definitions of system properties Reviewed-by: alanb, rriggs
Fri, 24 May 2019 09:51:02 +0200 8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
thartmann [Fri, 24 May 2019 09:51:02 +0200] rev 55025
8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: thartmann Contributed-by: wangxue@loongson.cn
Thu, 23 May 2019 18:50:48 +0200 8224652: 32-bit build failures after JDK-8213084
lucy [Thu, 23 May 2019 18:50:48 +0200] rev 55024
8224652: 32-bit build failures after JDK-8213084 Reviewed-by: thartmann, shade Contributed-by: shade@redhat.com
Fri, 24 May 2019 09:02:33 +0200 8220394: bufferedStream does not honor size limit
stuefe [Fri, 24 May 2019 09:02:33 +0200] rev 55023
8220394: bufferedStream does not honor size limit Reviewed-by: dholmes, clanger
Fri, 24 May 2019 07:56:29 +0100 8223553: Fix code constructs that do not compile with the Eclipse Java Compiler
clanger [Fri, 24 May 2019 07:56:29 +0100] rev 55022
8223553: Fix code constructs that do not compile with the Eclipse Java Compiler Reviewed-by: smarks, dfuchs
Thu, 23 May 2019 18:47:24 -0700 8224177: Harden annotation processing framework to irregular behavior from processors
darcy [Thu, 23 May 2019 18:47:24 -0700] rev 55021
8224177: Harden annotation processing framework to irregular behavior from processors Reviewed-by: jjg
Thu, 23 May 2019 18:31:38 -0700 8224706: [TESTBUG] problem list failing JDK docker API tests
mseledtsov [Thu, 23 May 2019 18:31:38 -0700] rev 55020
8224706: [TESTBUG] problem list failing JDK docker API tests Summary: Put the failing tests on a problem list Reviewed-by: lmesnik
Fri, 24 May 2019 03:17:31 +0200 8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java
jwilhelm [Fri, 24 May 2019 03:17:31 +0200] rev 55019
8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java Reviewed-by: mikael
Thu, 23 May 2019 14:14:13 -0700 8224145: Build compare script fails intermittently on test image native libraries
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
Thu, 23 May 2019 14:13:09 -0700 8224677: Dtrace .d files clash with make dependency .d files
erikj [Thu, 23 May 2019 14:13:09 -0700] rev 55017
8224677: Dtrace .d files clash with make dependency .d files Reviewed-by: tbell
Thu, 23 May 2019 13:48:16 -0700 7061590: Javadoc issues in Charset and StandardCharsets
igerasim [Thu, 23 May 2019 13:48:16 -0700] rev 55016
7061590: Javadoc issues in Charset and StandardCharsets Reviewed-by: alanb, jjg
Thu, 23 May 2019 17:01:38 +0200 8224667: Shenandoah: Post-LRB cleanup
rkennke [Thu, 23 May 2019 17:01:38 +0200] rev 55015
8224667: Shenandoah: Post-LRB cleanup Reviewed-by: shade
Thu, 23 May 2019 12:57:12 -0700 8224689: ProblemList runtime/appcds/SharedArchiveConsistency.java
iklam [Thu, 23 May 2019 12:57:12 -0700] rev 55014
8224689: ProblemList runtime/appcds/SharedArchiveConsistency.java Reviewed-by: ccheung, dcubed
Thu, 23 May 2019 12:21:21 -0700 8221431: Support for Unicode 12.1
naoto [Thu, 23 May 2019 12:21:21 -0700] rev 55013
8221431: Support for Unicode 12.1 Reviewed-by: erikj, rriggs
Thu, 23 May 2019 11:37:24 -0700 8224165: [TESTBUG] Docker tests produce excessive output
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
Thu, 23 May 2019 10:05:02 -0700 8224264: [TESTBUG] HelloDynamicCustom.java test failed on the Windows platform in tiers 6 and 7 testing
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
Thu, 23 May 2019 09:03:58 -0700 8224635: Revert 8224256 and add back java/security/SecureClassLoader/DefineClass.java test
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
Thu, 23 May 2019 18:43:47 +0200 8224202: Speed up Properties.load
redestad [Thu, 23 May 2019 18:43:47 +0200] rev 55009
8224202: Speed up Properties.load Reviewed-by: rriggs, igerasim
Thu, 23 May 2019 08:57:24 -0700 8221543: Indify-dependent microbenchmarks are broken
erikj [Thu, 23 May 2019 08:57:24 -0700] rev 55008
8221543: Indify-dependent microbenchmarks are broken Reviewed-by: redestad
Thu, 23 May 2019 11:36:31 +0100 8224656: Problem list java/security/SecureClassLoader/DefineClass.java until JDK-8224635 is fixed
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
Thu, 23 May 2019 12:12:04 +0200 8224626: Shenandoah: Elide barriers on uncommon traps
rkennke [Thu, 23 May 2019 12:12:04 +0200] rev 55006
8224626: Shenandoah: Elide barriers on uncommon traps Reviewed-by: roland, shade
Thu, 23 May 2019 10:13:29 +0200 8221734: Deoptimize with handshakes
rehn [Thu, 23 May 2019 10:13:29 +0200] rev 55005
8221734: Deoptimize with handshakes Reviewed-by: dcubed, dholmes, pchilanomate, dlong, coleenp
Thu, 23 May 2019 09:46:49 +0200 8223581: C2 compilation failed with assert(!q->is_MergeMem())
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
Thu, 23 May 2019 08:57:37 +0200 8224539: C2 compilation fails during ArrayCopyNode optimizations with assert(i < _max) failed: oob: i=1, _max=1
thartmann [Thu, 23 May 2019 08:57:37 +0200] rev 55003
8224539: C2 compilation fails during ArrayCopyNode optimizations with assert(i < _max) failed: oob: i=1, _max=1 Summary: Bail out if src_offset or dst_offset is top. Reviewed-by: roland, vlivanov, kvn
Thu, 23 May 2019 08:09:29 +0200 8224185: ZGC: Introduce "High Usage" rule
pliden [Thu, 23 May 2019 08:09:29 +0200] rev 55002
8224185: ZGC: Introduce "High Usage" rule Reviewed-by: eosterlund
Wed, 22 May 2019 21:49:31 -0700 8224628: Note that type parameters are not visited by ElementScanners
darcy [Wed, 22 May 2019 21:49:31 -0700] rev 55001
8224628: Note that type parameters are not visited by ElementScanners Reviewed-by: jjg
Wed, 22 May 2019 21:45:47 -0700 8215156: Deprecate the -Xfuture option
henryjen [Wed, 22 May 2019 21:45:47 -0700] rev 55000
8215156: Deprecate the -Xfuture option Reviewed-by: dholmes
Wed, 22 May 2019 21:50:16 -0400 8224087: Compile C code for at least C99 Standard compliance
dholmes [Wed, 22 May 2019 21:50:16 -0400] rev 54999
8224087: Compile C code for at least C99 Standard compliance Reviewed-by: simonis, aph, erikj, serb, stuefe
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 tip