Mon, 21 Oct 2019 09:56:58 +0200 8232236: ZGC: Move ZThread inline funtions to zThread.inline.hpp
pliden [Mon, 21 Oct 2019 09:56:58 +0200] rev 58706
8232236: ZGC: Move ZThread inline funtions to zThread.inline.hpp Reviewed-by: tschatzl
Mon, 21 Oct 2019 09:56:43 +0200 8232235: ZGC: Move ZValue inline funtions to zValue.inline.hpp
pliden [Mon, 21 Oct 2019 09:56:43 +0200] rev 58705
8232235: ZGC: Move ZValue inline funtions to zValue.inline.hpp Reviewed-by: tschatzl
Mon, 21 Oct 2019 09:55:58 +0200 8231996: ZGC: Replace ZStatisticsForceTrace with check if JFR event is enabled
pliden [Mon, 21 Oct 2019 09:55:58 +0200] rev 58704
8231996: ZGC: Replace ZStatisticsForceTrace with check if JFR event is enabled Reviewed-by: eosterlund
Mon, 21 Oct 2019 09:55:48 +0200 8231940: ZGC: Print correct low/high capacity
pliden [Mon, 21 Oct 2019 09:55:48 +0200] rev 58703
8231940: ZGC: Print correct low/high capacity Reviewed-by: eosterlund
Mon, 21 Oct 2019 09:55:31 +0200 8231943: ZGC: Enable serviceability/dcmd/gc/RunGCTest
pliden [Mon, 21 Oct 2019 09:55:31 +0200] rev 58702
8231943: ZGC: Enable serviceability/dcmd/gc/RunGCTest Reviewed-by: tschatzl, eosterlund, sspitsyn
Mon, 21 Oct 2019 09:51:24 +0200 8232001: ZGC: Ignore metaspace GC threshold until GC is warm
pliden [Mon, 21 Oct 2019 09:51:24 +0200] rev 58701
8232001: ZGC: Ignore metaspace GC threshold until GC is warm Reviewed-by: eosterlund
Mon, 21 Oct 2019 14:04:16 +0800 8232195: Enable BigInteger tests: DivisionOverflow, SymmetricRangeTests and StringConstructorOverflow
amlu [Mon, 21 Oct 2019 14:04:16 +0800] rev 58700
8232195: Enable BigInteger tests: DivisionOverflow, SymmetricRangeTests and StringConstructorOverflow Reviewed-by: bpb, darcy
Fri, 18 Oct 2019 20:28:16 +0800 8232616: JVMCI_lock fails to get initialized when cds is disabled
jiefu [Fri, 18 Oct 2019 20:28:16 +0800] rev 58699
8232616: JVMCI_lock fails to get initialized when cds is disabled Reviewed-by: iklam, dholmes
Fri, 18 Oct 2019 14:07:47 -0700 8232276: Problem list serviceability/sa/ClhsdbJstackXcompStress.java
cjplummer [Fri, 18 Oct 2019 14:07:47 -0700] rev 58698
8232276: Problem list serviceability/sa/ClhsdbJstackXcompStress.java Reviewed-by: sgehwolf, dholmes
Fri, 18 Oct 2019 21:25:01 +0100 datagramsocketimpl-branch: minor refactoring datagramsocketimpl-branch
chegar [Fri, 18 Oct 2019 21:25:01 +0100] rev 58697
datagramsocketimpl-branch: minor refactoring
Fri, 18 Oct 2019 14:14:37 -0400 8223325: Improve wix sources generated by jpackage JDK-8200758-branch
herrick [Fri, 18 Oct 2019 14:14:37 -0400] rev 58696
8223325: Improve wix sources generated by jpackage Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Fri, 18 Oct 2019 11:00:57 -0400 8232281: jpackage is not always reporting an error when no main class specified JDK-8200758-branch
herrick [Fri, 18 Oct 2019 11:00:57 -0400] rev 58695
8232281: jpackage is not always reporting an error when no main class specified Reviewed-by: asemenyuk, asemenuk
Fri, 18 Oct 2019 14:03:44 -0400 8232008: Shenandoah: C1 load barrier does not match interpreter version
zgu [Fri, 18 Oct 2019 14:03:44 -0400] rev 58694
8232008: Shenandoah: C1 load barrier does not match interpreter version Reviewed-by: rkennke
Fri, 18 Oct 2019 13:07:46 -0400 8232010: Shenandoah: implement self-fixing native barrier
zgu [Fri, 18 Oct 2019 13:07:46 -0400] rev 58693
8232010: Shenandoah: implement self-fixing native barrier Reviewed-by: rkennke
Wed, 16 Oct 2019 11:12:47 +0100 8231719: Correct contradictions in timeout range descriptions.
pconcannon [Wed, 16 Oct 2019 11:12:47 +0100] rev 58692
8231719: Correct contradictions in timeout range descriptions. Summary: Clarified verbiage in method descriptions. Reviewed-by: chegar, dfuchs
Thu, 17 Oct 2019 08:56:06 +0100 8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses
jboes [Thu, 17 Oct 2019 08:56:06 +0100] rev 58691
8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses Summary: Enclose IPv6 literal in brackets and adjust string format for unresolved addresses Reviewed-by: dfuchs, chegar
Fri, 18 Oct 2019 12:20:51 -0400 8232009: Shenandoah: C2 load barrier does not match interpreter version
zgu [Fri, 18 Oct 2019 12:20:51 -0400] rev 58690
8232009: Shenandoah: C2 load barrier does not match interpreter version Reviewed-by: rkennke
Fri, 18 Oct 2019 09:17:38 -0700 8232030: HelloDynamic.java fails with latest Graal
ccheung [Fri, 18 Oct 2019 09:17:38 -0700] rev 58689
8232030: HelloDynamic.java fails with latest Graal Summary: Include the dynamic dumping condition when setting up the merged_ordering array in merge_in_new_methods() of defaultMethods.cpp. Reviewed-by: iklam, coleenp
Fri, 18 Oct 2019 17:08:59 +0100 datagramsocketimpl-branch: fix issue with receive packet buf size datagramsocketimpl-branch
chegar [Fri, 18 Oct 2019 17:08:59 +0100] rev 58688
datagramsocketimpl-branch: fix issue with receive packet buf size
Fri, 18 Oct 2019 17:45:17 +0200 Stabilize TestLatestEvent.java JEP-349-branch
egahlin [Fri, 18 Oct 2019 17:45:17 +0200] rev 58687
Stabilize TestLatestEvent.java
Fri, 18 Oct 2019 11:36:35 -0400 8231324: Shenandoah: avoid duplicated weak root works during final traversal
zgu [Fri, 18 Oct 2019 11:36:35 -0400] rev 58686
8231324: Shenandoah: avoid duplicated weak root works during final traversal Reviewed-by: rkennke
Fri, 18 Oct 2019 14:56:01 +0200 8232381: add result NULL-checking to freetypeScaler.c
mbaesken [Fri, 18 Oct 2019 14:56:01 +0200] rev 58685
8232381: add result NULL-checking to freetypeScaler.c Reviewed-by: clanger, prr
Fri, 18 Oct 2019 14:15:10 +0800 8232593: [TESTBUG] runtime/cds/CheckDefaultArchiveFile.java fails when cds is disabled
jiefu [Fri, 18 Oct 2019 14:15:10 +0800] rev 58684
8232593: [TESTBUG] runtime/cds/CheckDefaultArchiveFile.java fails when cds is disabled Reviewed-by: iklam, dholmes
Thu, 17 Oct 2019 16:39:45 +0200 Lessen verification costs stuefe-new-metaspace-branch
stuefe [Thu, 17 Oct 2019 16:39:45 +0200] rev 58683
Lessen verification costs
Fri, 18 Oct 2019 09:57:20 +0900 8232084: HotSpot build failed with GCC 9.2.1
ysuenaga [Fri, 18 Oct 2019 09:57:20 +0900] rev 58682
8232084: HotSpot build failed with GCC 9.2.1 Reviewed-by: sspitsyn, cjplummer, dholmes, iklam
Thu, 17 Oct 2019 22:41:36 +0200 8232370: Refactor some com.sun.jdi tests to enable IDE integration
clanger [Thu, 17 Oct 2019 22:41:36 +0200] rev 58681
8232370: Refactor some com.sun.jdi tests to enable IDE integration Reviewed-by: amenkov, cjplummer, sspitsyn
Thu, 17 Oct 2019 21:15:33 +0100 datagramsocketimpl-branch: initial code changes datagramsocketimpl-branch
chegar [Thu, 17 Oct 2019 21:15:33 +0100] rev 58680
datagramsocketimpl-branch: initial code changes
Thu, 17 Oct 2019 20:54:25 +0100 datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
chegar [Thu, 17 Oct 2019 20:54:25 +0100] rev 58679
datagramsocketimpl-branch: merge with default
Thu, 17 Oct 2019 20:53:35 +0100 datagramsocketimpl-branch: update to default datagramsocketimpl-branch
chegar [Thu, 17 Oct 2019 20:53:35 +0100] rev 58678
datagramsocketimpl-branch: update to default
Thu, 17 Oct 2019 20:27:44 +0100 Initial changes for datagramsocketimpl-branch datagramsocketimpl-branch
chegar [Thu, 17 Oct 2019 20:27:44 +0100] rev 58677
Initial changes for datagramsocketimpl-branch
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip