Zhengyu Gu
086124845f
8247670: Shenandoah: deadlock during class unloading OOME
...
Reviewed-by: rkennke
2020-07-10 11:40:57 -04:00
Aleksey Shipilev
0a38584c10
8248652: Shenandoah: SATB buffer handling may assume no forwarded objects
...
Reviewed-by: rkennke
2020-07-10 10:37:12 +02:00
Thomas Schatzl
6b911624f2
8210462: Fix remaining mentions of initial mark
...
Reviewed-by: lkorinth, kbarrett
2020-07-09 16:22:23 +02:00
Thomas Schatzl
59e3ebb4a5
8248322: G1: Refactor full collection sizing code
...
Reviewed-by: iwalulya, kbarrett
2020-07-09 16:22:22 +02:00
Patric Hedlin
485194c1a7
8245021: Adding method 'remove_if_existing' to growableArray
...
Reviewed-by: thartmann, neliasso
2020-04-21 10:35:53 +02:00
Ioi Lam
3d1b1a6bc9
8248170: Excessive include of compiledMethod, codeCache, javaClasses and systemDictionary
...
Reviewed-by: dholmes, kvn, coleenp, stefank
2020-07-06 23:11:37 -07:00
Jesper Wilhelmsson
4922a35c6a
Merge
2020-07-03 19:05:00 +02:00
Thomas Schatzl
dc63bf261b
8248650: [BACKOUT] Backout JDK-8244603 because it generates too much noise in CI
...
Reviewed-by: kbarrett
2020-07-02 09:40:27 +02:00
Aleksey Shipilev
51937e18f8
8248634: Shenandoah: incorrect include in shenandoahInitLogger.cpp
...
Reviewed-by: rkennke
2020-07-02 08:32:45 +02:00
Aleksey Shipilev
00e0a60955
8248632: Shenandoah: build fails without both JVMTI and JFR
...
Reviewed-by: rkennke, zgu
2020-07-02 08:32:39 +02:00
Jesper Wilhelmsson
7c3d72fd3a
Merge
2020-06-30 20:09:03 +02:00
Stefan Karlsson
46f86477ad
8248346: Move OopStorage mutex setup out from OopStorageSet
...
Reviewed-by: kbarrett, eosterlund
2020-06-29 23:17:50 +02:00
Christian Hagedorn
840867efa6
8247218: Add default constructor to VectorSet to use Thread::current()->resource_area() as arena by default
...
Add a default construction to VectorSet and clean up uses of the old constructor.
Reviewed-by: kvn, thartmann
2020-06-29 17:14:19 +02:00
Zhengyu Gu
fe145646e7
8248227: Shenandoah: Refactor Shenandoah::heap() to match other GCs
...
Reviewed-by: shade
2020-06-29 10:14:18 -04:00
Aleksey Shipilev
a793293464
8247845: Shenandoah: refactor TLAB/GCLAB retirement code
...
Reviewed-by: rkennke
2020-06-29 07:16:53 +02:00
Thomas Schatzl
18cddad5a2
8247819: G1: Process strong OopStorage entries in parallel
...
Implement parallel processing of strong OopStorage entries for G1.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: kbarrett, stefank
2020-06-26 14:43:09 +02:00
Thomas Schatzl
e00aa7c866
8248329: JDK-8244603 breaks windows build
...
Reviewed-by: sundar, dcubed
2020-06-25 18:58:14 +02:00
Thomas Schatzl
0f2ac2021b
8244603: G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs
...
8238858: G1 Mixed gc young gen sizing might cause the first mixed gc to immediately follow the prepare mixed gc
Reviewed-by: sjohanss, iwalulya
2020-06-25 16:07:43 +02:00
Thomas Schatzl
8c20401051
8243672: Short term pause time ratio calculation in G1 off
...
Reviewed-by: sjohanss, kbarrett
2020-06-25 16:07:39 +02:00
Stefan Karlsson
9d6aa42a7c
8247820: ParallelGC: Process strong OopStorage entries in parallel
...
Reviewed-by: pliden, eosterlund, kbarrett, tschatzl
2020-06-24 13:16:24 +02:00
Stefan Karlsson
3797364ce9
8248133: SerialGC: Unify handling of all OopStorage instances in root processing
...
Reviewed-by: eosterlund, kbarrett, pliden
2020-06-24 13:15:54 +02:00
Stefan Karlsson
156f6174ed
8248132: ZGC: Unify handling of all OopStorage instances in root processing
...
Reviewed-by: pliden, kbarrett, tschatzl
2020-06-24 13:15:00 +02:00
Zhengyu Gu
6986ab256d
8248041: Shenandoah: pre-Full GC root updates may miss some roots
...
Reviewed-by: shade
2020-06-23 13:38:20 -04:00
Kim Barrett
f8596b57f3
8247740: Inline derived CollectedHeap access for G1 and ParallelGC
...
Added shared helper in CollectedHeap, and inlined for G1 and ParallelGC
Reviewed-by: stefank, pliden
2020-06-23 05:58:52 -04:00
Stefan Karlsson
17f2250c5a
8247879: Rework WeakHandle and OopHandle to dynamically support different OopStorages
...
Reviewed-by: coleenp, eosterlund
2020-06-23 09:38:21 +02:00
Zhengyu Gu
3192ef367a
8247736: Shenandoah: assert(_nm->is_alive()) failed: only alive nmethods here
...
Reviewed-by: rkennke, shade
2020-06-22 11:40:06 -04:00
Aleksey Shipilev
0bacc69a4c
8247860: Shenandoah: add update watermark line in rich assert failure message
...
Reviewed-by: rkennke
2020-06-18 19:14:13 +02:00
Aleksey Shipilev
aeeaffa888
8247593: Shenandoah: should not block pacing reporters
...
Reviewed-by: rkennke
2020-06-17 09:43:16 +02:00
Stefan Karlsson
77bdc30650
8247470: Fix CHeap GrowableArray NMT accounting
...
Reviewed-by: coleenp, tschatzl, kbarrett
2020-06-16 09:37:53 +02:00
Jesper Wilhelmsson
e33ebc7f0a
Merge
2020-06-16 04:20:30 +02:00
Jesper Wilhelmsson
76879aa9c6
Merge
2020-06-15 02:40:51 +02:00
Ioi Lam
c82c50b2a2
8245925: G1 allocates EDEN region after CDS has executed GC
...
Reviewed-by: jiangli, minqi, tschatzl
2020-06-14 01:19:48 -07:00
Aleksey Shipilev
4862a00f6b
8247367: Shenandoah: pacer should wait on lock instead of exponential backoff
...
Reviewed-by: zgu
2020-06-11 18:16:32 +02:00
Aleksey Shipilev
9ac1ab372d
8247358: Shenandoah: reconsider free budget slice for marking
...
Reviewed-by: zgu
2020-06-11 18:16:26 +02:00
Stefan Karlsson
8384f7ff28
8246406: ZGC: Generate crash reports in debug builds for a few important errors paths
...
Reviewed-by: pliden, eosterlund
2020-06-05 09:05:41 +02:00
Stefan Karlsson
1c27ce30b4
8246405: Add GCLogPrecious functionality to log and report debug errors
...
Reviewed-by: pliden, eosterlund
2020-06-05 07:56:07 +02:00
Zhengyu Gu
aee74901f7
8246593: Shenandoah: string dedup roots should be processed during concurrent weak roots phase
...
Reviewed-by: shade
2020-06-04 20:57:04 -04:00
Ziyi Luo
9a88048a05
8246274: G1 old gen allocation tracking is not in a separate class
...
Add G1OldGenAllocationTracker
Reviewed-by: tschatzl, phh
2020-06-04 13:25:33 -07:00
Zhengyu Gu
1b59097077
8246612: Shenandoah: add timing tracking to ShenandoahStringDedupRoots
...
Reviewed-by: shade
2020-06-04 15:01:04 -04:00
Zhengyu Gu
d9fc44540e
8246458: Shenandoah: TestAllocObjects.java test fail with -XX:+ShenandoahVerify
...
Reviewed-by: shade
2020-06-03 12:09:04 -04:00
Stefan Karlsson
b5678a43cc
8246258: Enable hs_err heap printing earlier during initialization
...
Reviewed-by: stuefe, sjohanss
2020-06-02 09:57:35 +02:00
Stefan Karlsson
a180444c6f
8246404: ZGC: Use GCLogPrecious for important logging lines
...
Reviewed-by: sjohanss, pliden, eosterlund
2020-06-03 14:32:31 +02:00
Stefan Karlsson
5fc89b6e72
8246135: Save important GC log lines and print them when dumping hs_err files
...
Reviewed-by: sjohanss, pliden, eosterlund
2020-06-03 14:30:56 +02:00
Aleksey Shipilev
1314ca87c1
8246433: Shenandoah: walk roots in more efficient order in ShenandoahRootUpdater
...
Reviewed-by: zgu
2020-06-03 14:02:51 +02:00
Stefan Karlsson
26a18414f6
8246134: ZGC: Restructure hs_err sections
...
Reviewed-by: pliden, eosterlund
2020-05-29 11:58:00 +02:00
Zhengyu Gu
334df28eca
8246342: Shenandoah: remove unused ShenandoahIsMarkedNextClosure
...
Reviewed-by: shade
2020-06-02 15:01:45 -04:00
Zhengyu Gu
512cc3ebf2
8245961: Shenandoah: move some root marking to concurrent phase
...
Reviewed-by: shade
2020-06-02 14:57:40 -04:00
Aleksey Shipilev
ed538ea5e0
8246097: Shenandoah: limit parallelism in CLDG root handling
...
Reviewed-by: zgu
2020-06-02 14:27:18 +02:00
Aleksey Shipilev
82dc495ca0
8246100: Shenandoah: walk roots in more efficient order
...
Reviewed-by: zgu
2020-06-02 14:26:16 +02:00
Tobias Hartmann
f822eed55c
8245957: Remove unused LIR_OpBranch::type after SPARC port removal
...
Removed LIR_OpBranch::type after the only remaining usage was removed with the SPARC port removal.
Reviewed-by: kvn, mdoerr
2020-06-02 09:57:57 +02:00