Per Liden
98a395a39e
8254880: ZGC: Let ZList iterators be alias templates
...
Reviewed-by: ayang, kbarrett, tschatzl
2020-10-19 07:11:40 +00:00
Thomas Schatzl
1742c44ac9
8254695: G1: Next mark bitmap clear not cancelled after marking abort
...
Reviewed-by: iwalulya, sjohanss
2020-10-16 09:19:22 +00:00
Thomas Schatzl
3c2f5e08f7
8254674: G1: Improve root location reference to dead obj verification message
...
Reviewed-by: sjohanss, lkorinth
2020-10-15 10:39:11 +00:00
Per Liden
abe5137737
8254719: ZGC: Clean up includes
...
Reviewed-by: stefank
2020-10-15 09:23:00 +00:00
Amit Pawar
9359ff03ae
8252221: Use multiple workers for Parallel GC pre-touching
...
Reviewed-by: kbarrett, tschatzl
2020-10-15 07:22:38 +00:00
Per Liden
02d9c29185
8254672: ZGC: ZParallelOopsDo/ZSerialWeakOopsDo should use atomic load/store
...
Reviewed-by: stefank
2020-10-13 15:36:23 +00:00
Per Liden
6fe209b564
8254671: ZGC: Remove unused roots iterator types
...
Reviewed-by: stefank
2020-10-13 13:40:50 +00:00
Per Liden
5d6a625543
8254576: ZGC: Clean up timers in roots iterators
...
Reviewed-by: eosterlund, stefank
2020-10-13 09:49:14 +00:00
Stefan Karlsson
9d230ea87d
8254562: ZGC: Remove ZMarkRootsTask
...
Reviewed-by: pliden
2020-10-13 09:05:52 +00:00
Roman Kennke
6620b617a7
8254573: Shenandoah: Streamline/inline native-LRB entry point
...
Reviewed-by: shade
2020-10-12 11:29:36 +00:00
Roman Kennke
dfe8ba6099
8254320: Shenandoah: C2 native LRB should activate for non-cset objects
...
Reviewed-by: roland, shade
2020-10-12 10:54:32 +00:00
Aleksey Shipilev
0fab73ed58
8254560: Shenandoah: Concurrent Strong Roots logging is incorrect
...
Reviewed-by: rkennke
2020-10-12 10:33:22 +00:00
Thomas Schatzl
59378a19b2
8254164: G1 only removes self forwarding pointers for last collection set increment
...
Reviewed-by: sjohanss, kbarrett
2020-10-12 07:55:01 +00:00
Thomas Schatzl
bf46acf933
8254028: G1 incorrectly updates scan_top for collection set regions during preparation of evacuation
...
Reviewed-by: kbarrett
2020-10-12 07:42:22 +00:00
Roland Westrelin
a2bb4c6014
8254314: Shenandoah: null checks in c2 should not skip over native load barrier
...
Reviewed-by: rkennke
2020-10-12 07:21:03 +00:00
Per Liden
c73a0fffaa
8252105: Parallel heap inspection for ZCollectedHeap
...
Reviewed-by: ayang, eosterlund
2020-10-12 07:04:59 +00:00
Daniel D. Daugherty
cc52358c42
8254335: logging/logStream.hpp includes memory/resourceArea.hpp but doesn't need it
...
Reviewed-by: kbarrett, iklam
2020-10-10 13:38:55 +00:00
Coleen Phillimore
7ec9c8eac7
8233214: Remove runtime code not needed with CMS removed
...
Reviewed-by: shade, stefank, tschatzl
2020-10-09 20:46:11 +00:00
Zhengyu Gu
d4b5dfd1a2
8253857: Shenandoah: Bugs in ShenandoahEvacOOMHandler related code
...
Reviewed-by: rkennke
2020-10-09 13:44:13 +00:00
Thomas Schatzl
a95590d00e
8254285: G1: Remove "What is this about" comment in G1CollectedHeap.cpp
...
Reviewed-by: shade, sjohanss
2020-10-09 09:55:57 +00:00
Erik Österlund
b9873e1833
8253180: ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
...
Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
2020-10-09 08:40:33 +00:00
Zhengyu Gu
d036dca085
8254103: Shenandoah: Move updating thread roots to concurrent phase
...
Reviewed-by: rkennke
2020-10-08 13:50:57 +00:00
Kim Barrett
66f27b5fca
8254015: copy_to_survivor_space should use in-hand klass for scanning
...
Reviewed-by: tschatzl, sjohanss, ayang
2020-10-08 08:56:01 +00:00
Zhengyu Gu
51fdb4c039
8254075: Shenandoah: Remove ShenandoahCodeRootsStyle diagnostic flag and related test
...
Reviewed-by: shade
2020-10-06 15:28:44 +00:00
Thomas Schatzl
c9d1dcc63d
8253902: G1: Starting a new marking cycle before the conc mark thread fully completed causes assertion failure
...
Reviewed-by: kbarrett, sjohanss
2020-10-06 10:16:19 +00:00
Per Liden
65cab55c1b
8253971: ZGC: Flush mark stacks after processing concurrent roots
...
Reviewed-by: ayang, eosterlund
2020-10-05 13:18:38 +00:00
Monica Beckwith
9604ee8269
8248238: Implementation: JEP 388: Windows AArch64 Support
...
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Reviewed-by: dholmes, cjplummer, aph, ihse
2020-10-05 03:21:39 +00:00
Per Liden
22f091608d
8253938: ZGC: Clean up argument names after JDK-8253030
...
Reviewed-by: tschatzl, ayang
2020-10-02 16:53:34 +00:00
Thomas Schatzl
b8966e1f7b
8253928: G1: Remove G1ConcurrentMarkThread::set_in_progress declaration
...
Reviewed-by: ayang, shade
2020-10-02 11:05:34 +00:00
Thomas Stuefe
44e6820c37
8253650: Cleanup: remove alignment_hint parameter from os::reserve_memory
...
Reviewed-by: stefank, tschatzl
2020-10-01 12:09:59 +00:00
Kim Barrett
2d9fa9da02
8247912: Make narrowOop a scoped enum
...
Reviewed-by: iklam, stefank
2020-10-01 10:45:22 +00:00
Stefan Johansson
709cfe5f28
8253815: Remove unused HeapRegionManager::_num_committed from SA
...
Reviewed-by: tschatzl, cjplummer
2020-09-30 13:02:41 +00:00
Martin Doerr
dc3a0f5f88
8253183: Fragile memory barrier selection for some weak memory model platforms
...
Reviewed-by: dholmes, eosterlund, dcubed
2020-09-30 09:03:06 +00:00
Aleksey Shipilev
8331e63fe4
8253778: ShenandoahSafepoint::is_at_shenandoah_safepoint should not access VMThread state from other threads
...
Reviewed-by: jiefu, rehn, rkennke
2020-09-30 08:58:24 +00:00
Stefan Karlsson
3ed960ec77
8253640: Make MEMFLAGS an enum class
...
Reviewed-by: stuefe, tschatzl
2020-09-29 12:03:00 +00:00
Per Liden
6d19fe65d1
8253763: ParallelObjectIterator should have virtual destructor
...
Reviewed-by: shade, stefank
2020-09-29 08:39:09 +00:00
John Tortugo
b65913249f
8252888: Collapse G1MMUTracker class hierarchy
...
Reviewed-by: ayang, sjohanss, kbarrett
2020-09-29 08:15:41 +00:00
Aditya Mandaleeka
e63b90cc17
8251358: Clean up Access configuration after Shenandoah barrier change
...
Reviewed-by: eosterlund, rkennke, shade
2020-09-29 07:25:08 +00:00
Claes Redestad
8e338f67b2
8253646: ZGC: Avoid overhead of sorting ZStatIterableValues on bootstrap
...
Reviewed-by: pliden, eosterlund
2020-09-28 15:14:56 +00:00
Thomas Schatzl
e9c178276f
8252752: Clear card table for old regions during scan in G1
...
Reviewed-by: kbarrett, iwalulya, ayang
2020-09-28 08:28:57 +00:00
Stefan Karlsson
ca1ed16292
8253639: Change os::attempt_reserve_memory_at parameter order
...
Reviewed-by: tschatzl, iklam
2020-09-28 07:12:48 +00:00
Stefan Karlsson
625a9352bf
8253638: Cleanup os::reserve_memory and remove MAP_FIXED
...
Reviewed-by: stuefe, iklam
2020-09-28 06:30:09 +00:00
Stefan Karlsson
e12d94af0b
8253594: Remove CollectedHeap::supports_tlab_allocation
...
Reviewed-by: sjohanss, pliden
2020-09-25 09:12:38 +00:00
Thomas Schatzl
37b70282b5
8240556: Abort concurrent mark after effective eager reclamation of humongous objects
...
Reviewed-by: sjohanss, ayang
2020-09-25 07:11:55 +00:00
Kim Barrett
154b8cfcfd
8253014: OopStorage bulk release logs entries multiple times
...
Remove excess logging.
Reviewed-by: shade, tschatzl
2020-09-24 07:07:47 +00:00
Stefan Karlsson
e4d0e5af4d
8253516: ZGC: Remove card table functions
...
Reviewed-by: tschatzl, eosterlund
2020-09-23 08:26:10 +00:00
Zhengyu Gu
581f0f2643
8253493: Shenandoah: Remove ShenandoahSerialRoot definition
...
Reviewed-by: rkennke
2020-09-22 19:41:56 +00:00
Zhengyu Gu
3d5fea1f07
8253434: Shenandoah: Cleanup ShenandoahRootScanner
...
Reviewed-by: rkennke
2020-09-22 14:03:25 +00:00
Aleksey Shipilev
a4affd5b04
8253412: Unsupported GC options passed in JAVA_TOOL_OPTIONS are silently ignored
...
Reviewed-by: pliden
2020-09-22 07:58:45 +00:00
Kim Barrett
0e98fc1ccd
8253237: [REDO] Improve large object handling during evacuation
...
8253238: [REDO] Improve object array chunking test in G1's copy_to_survivor_space
8253236: [REDO] Investigate fast-path for scanning only objects with references during gc
Generate multiple partial array tasks for large objArrays.
Reviewed-by: sjohanss, ayang, tschatzl
2020-09-22 05:14:06 +00:00