Fri, 11 Oct 2019 01:11:28 +0200 8232150: aarch64 build broken after JDK-8232050
redestad [Fri, 11 Oct 2019 01:11:28 +0200] rev 58546
8232150: aarch64 build broken after JDK-8232050 Reviewed-by: dholmes
Wed, 09 Oct 2019 12:43:32 -0700 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
xliu [Wed, 09 Oct 2019 12:43:32 -0700] rev 58545
8165056: move JIT Compiler related files from runtime/ to compiler/ directory Reviewed-by: kvn, coleenp, dholmes
Thu, 10 Oct 2019 21:54:54 +0200 8231947: Shenandoah: cleanup ShenandoahHumongousMoves flag treatment
shade [Thu, 10 Oct 2019 21:54:54 +0200] rev 58544
8231947: Shenandoah: cleanup ShenandoahHumongousMoves flag treatment Reviewed-by: rkennke
Thu, 10 Oct 2019 21:54:53 +0200 8232102: Shenandoah: print everything in proper units
shade [Thu, 10 Oct 2019 21:54:53 +0200] rev 58543
8232102: Shenandoah: print everything in proper units Reviewed-by: rkennke
Thu, 10 Oct 2019 10:48:31 -0700 8232071: Avoid shared dictionary lookup when the class name is not shared
iklam [Thu, 10 Oct 2019 10:48:31 -0700] rev 58542
8232071: Avoid shared dictionary lookup when the class name is not shared Reviewed-by: jiangli, ccheung
Thu, 10 Oct 2019 10:47:45 -0700 8231986: [SA] Consolidate parts of the Linux and MacOSX versions of ps_core.c
iklam [Thu, 10 Oct 2019 10:47:45 -0700] rev 58541
8231986: [SA] Consolidate parts of the Linux and MacOSX versions of ps_core.c Reviewed-by: sspitsyn, cjplummer
Thu, 10 Oct 2019 17:36:57 +0200 Random sized allocation for TestLaregRootSet.java JEP-349-branch
egahlin [Thu, 10 Oct 2019 17:36:57 +0200] rev 58540
Random sized allocation for TestLaregRootSet.java
Thu, 10 Oct 2019 10:57:42 -0400 Merge JDK-8200758-branch
herrick [Thu, 10 Oct 2019 10:57:42 -0400] rev 58539
Merge
Wed, 09 Oct 2019 10:58:20 -0400 8231910: Expose the APPDIR variable to applications that use jpackage JDK-8200758-branch
herrick [Wed, 09 Oct 2019 10:58:20 -0400] rev 58538
8231910: Expose the APPDIR variable to applications that use jpackage Reviewed-by: asemenyuk, almatvee
Thu, 10 Oct 2019 13:26:22 +0200 8232050: Improve inlining of Klass accessors
redestad [Thu, 10 Oct 2019 13:26:22 +0200] rev 58537
8232050: Improve inlining of Klass accessors Reviewed-by: lfoltan, tschatzl, coleenp, dholmes, jiangli
Thu, 10 Oct 2019 10:27:12 +0200 8231720: Some perf regressions after 8225653
chagedorn [Thu, 10 Oct 2019 10:27:12 +0200] rev 58536
8231720: Some perf regressions after 8225653 Summary: Fixed emitting of unused assembly code in 8225653​ which had a negative impact on performance in tight loops. Reviewed-by: kvn, thartmann
Wed, 09 Oct 2019 09:57:33 +0200 8232045: cleanup AIX 5.3 workarounds from libnio/ch/Net.c
mbaesken [Wed, 09 Oct 2019 09:57:33 +0200] rev 58535
8232045: cleanup AIX 5.3 workarounds from libnio/ch/Net.c Reviewed-by: alanb, clanger, chegar
Thu, 10 Oct 2019 14:43:41 +0800 8231213: Migrate SimpleDateFormatConstTest to JDK Repo
yzhou [Thu, 10 Oct 2019 14:43:41 +0800] rev 58534
8231213: Migrate SimpleDateFormatConstTest to JDK Repo Reviewed-by: naoto
Wed, 09 Oct 2019 21:53:48 -0700 8231973: Update Graal
dlong [Wed, 09 Oct 2019 21:53:48 -0700] rev 58533
8231973: Update Graal Reviewed-by: kvn
Wed, 09 Oct 2019 19:38:11 -0700 8232078: Suppress warnings on non-serializable non-transient instance fields in java.datatransfer
darcy [Wed, 09 Oct 2019 19:38:11 -0700] rev 58532
8232078: Suppress warnings on non-serializable non-transient instance fields in java.datatransfer Reviewed-by: serb
Wed, 09 Oct 2019 18:23:20 -0700 8232076: Suppress warnings on non-serializable non-transient instance fields java.naming
darcy [Wed, 09 Oct 2019 18:23:20 -0700] rev 58531
8232076: Suppress warnings on non-serializable non-transient instance fields java.naming Reviewed-by: lancea
Thu, 10 Oct 2019 01:10:26 +0000 8231595: [TEST] develop a test case for SuspendThreadList including current thread
sspitsyn [Thu, 10 Oct 2019 01:10:26 +0000] rev 58530
8231595: [TEST] develop a test case for SuspendThreadList including current thread Summary: Extend test coverage for SuspendThreadList Reviewed-by: amenkov, cjplummer, dholmes
Thu, 10 Oct 2019 01:48:08 +0200 Added tag jdk-14+18 for changeset e84d8379815b
jwilhelm [Thu, 10 Oct 2019 01:48:08 +0200] rev 58529
Added tag jdk-14+18 for changeset e84d8379815b
Wed, 09 Oct 2019 16:42:18 -0700 8231529: [TESTBUG] runtime/cds/appcds/dynamicArchive/DynamicLotsOfClasses.java shouldn't wrap SkippedException into Exception
ccheung [Wed, 09 Oct 2019 16:42:18 -0700] rev 58528
8231529: [TESTBUG] runtime/cds/appcds/dynamicArchive/DynamicLotsOfClasses.java shouldn't wrap SkippedException into Exception Summary: Removed the try-catch in the test. Reviewed-by: iklam, lfoltan
Wed, 09 Oct 2019 16:35:44 -0700 8231586: enlarge encoding space for OopMapValue offsets
never [Wed, 09 Oct 2019 16:35:44 -0700] rev 58527
8231586: enlarge encoding space for OopMapValue offsets Reviewed-by: dlong
Wed, 09 Oct 2019 23:22:56 +0200 Merge JEP-349-branch
mgronlun [Wed, 09 Oct 2019 23:22:56 +0200] rev 58526
Merge
Wed, 09 Oct 2019 23:21:07 +0200 fixes JEP-349-branch
mgronlun [Wed, 09 Oct 2019 23:21:07 +0200] rev 58525
fixes
Wed, 09 Oct 2019 12:21:28 -0700 8231887: ComodoCA.java fails because certificate was revoked jdk-14+18
rhalade [Wed, 09 Oct 2019 12:21:28 -0700] rev 58524
8231887: ComodoCA.java fails because certificate was revoked Reviewed-by: mullan, clanger
Wed, 09 Oct 2019 10:59:45 -0700 8231903: [Graal] Update com.oracle.mxtool.junit classes
epavlova [Wed, 09 Oct 2019 10:59:45 -0700] rev 58523
8231903: [Graal] Update com.oracle.mxtool.junit classes Reviewed-by: kvn
Wed, 09 Oct 2019 20:12:46 +0200 8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small
pliden [Wed, 09 Oct 2019 20:12:46 +0200] rev 58522
8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small Reviewed-by: dholmes, rrich
Wed, 09 Oct 2019 10:02:54 -0700 8231990: Remove unnecessary else-if branch in Types.union
cushon [Wed, 09 Oct 2019 10:02:54 -0700] rev 58521
8231990: Remove unnecessary else-if branch in Types.union Reviewed-by: mcimadamore Contributed-by: Brad Corso <bcorso@google.com>
Wed, 09 Oct 2019 10:17:50 -0700 8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
darcy [Wed, 09 Oct 2019 10:17:50 -0700] rev 58520
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes Reviewed-by: rriggs, chegar
Wed, 09 Oct 2019 09:57:41 -0700 8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes
darcy [Wed, 09 Oct 2019 09:57:41 -0700] rev 58519
8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes Reviewed-by: mullan, chegar
Wed, 09 Oct 2019 17:38:58 +0100 8231260: (dc) DatagramChannel::disconnect changes the port of the local address to 0 (lnx)
dfuchs [Wed, 09 Oct 2019 17:38:58 +0100] rev 58518
8231260: (dc) DatagramChannel::disconnect changes the port of the local address to 0 (lnx) Summary: DatagramChannel::disconnect will attempt to rebind to the original port if the local port switches back to 0 after the association is disolved by the system. Reviewed-by: alanb, chegar, fweimer
Wed, 09 Oct 2019 09:23:22 -0700 8231974: Build fails if no common legal notices are present
erikj [Wed, 09 Oct 2019 09:23:22 -0700] rev 58517
8231974: Build fails if no common legal notices are present Reviewed-by: dholmes, mchung, ihse
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip