Mon, 21 Oct 2019 16:43:06 +0200 Fix error in chunk allocation strategy which caused small chunks to dominate stuefe-new-metaspace-branch
stuefe [Mon, 21 Oct 2019 16:43:06 +0200] rev 58716
Fix error in chunk allocation strategy which caused small chunks to dominate
Mon, 21 Oct 2019 17:23:45 +0200 Harden TestChunkGap.java JEP-349-branch
egahlin [Mon, 21 Oct 2019 17:23:45 +0200] rev 58715
Harden TestChunkGap.java
Mon, 21 Oct 2019 16:29:38 +0200 Log unknown event JEP-349-branch
egahlin [Mon, 21 Oct 2019 16:29:38 +0200] rev 58714
Log unknown event
Mon, 21 Oct 2019 15:38:26 +0200 8226585: Improve javac messages for using a preview API
jlahoda [Mon, 21 Oct 2019 15:38:26 +0200] rev 58713
8226585: Improve javac messages for using a preview API Summary: Avoiding deprecation for removal for APIs associated with preview features, the features are marked with an annotation, and errors/warnings are produced for them based on the annotation. Reviewed-by: erikj, mcimadamore, alanb Contributed-by: joe.darcy@oracle.com, jan.lahoda@oracle.com
Mon, 21 Oct 2019 15:11:44 +0200 8232702: Shenandoah: gc/shenandoah/TestVerifyJCStress.java uses non-existent -XX:+VerifyObjectEquals
shade [Mon, 21 Oct 2019 15:11:44 +0200] rev 58712
8232702: Shenandoah: gc/shenandoah/TestVerifyJCStress.java uses non-existent -XX:+VerifyObjectEquals Reviewed-by: rkennke
Mon, 21 Oct 2019 15:11:43 +0200 8232575: Shenandoah: asynchronous object/region pinning
shade [Mon, 21 Oct 2019 15:11:43 +0200] rev 58711
8232575: Shenandoah: asynchronous object/region pinning Reviewed-by: rkennke
Mon, 21 Oct 2019 15:11:42 +0200 8232674: Fix build and rename ShenandoahBarrierSet::oop_load_from_native_barrier
shade [Mon, 21 Oct 2019 15:11:42 +0200] rev 58710
8232674: Fix build and rename ShenandoahBarrierSet::oop_load_from_native_barrier Reviewed-by: zgu
Mon, 21 Oct 2019 09:58:32 +0200 8232239: ZGC: Inline ZCPU::count() and ZCPU:id()
pliden [Mon, 21 Oct 2019 09:58:32 +0200] rev 58709
8232239: ZGC: Inline ZCPU::count() and ZCPU:id() Reviewed-by: tschatzl
Mon, 21 Oct 2019 09:58:07 +0200 8232238: ZGC: Move ZList inline funtions to zList.inline.hpp
pliden [Mon, 21 Oct 2019 09:58:07 +0200] rev 58708
8232238: ZGC: Move ZList inline funtions to zList.inline.hpp Reviewed-by: eosterlund
Mon, 21 Oct 2019 09:57:26 +0200 8232237: ZGC: Move ZArray inline funtions to zArray.inline.hpp
pliden [Mon, 21 Oct 2019 09:57:26 +0200] rev 58707
8232237: ZGC: Move ZArray inline funtions to zArray.inline.hpp Reviewed-by: tschatzl
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip