August 2021 Archives by subject
Starting: Sun Aug 1 12:19:34 UTC 2021
Ending: Tue Aug 31 23:16:53 UTC 2021
Messages: 608
- [jdk17] Integrated: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Erik Österlund
- [jdk17] Integrated: 8271877: ProblemList jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java in JDK17
Daniel D.Daugherty
- [jdk17] RFR: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Erik Österlund
- [jdk17] RFR: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Albert Mingkun Yang
- [jdk17] RFR: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Per Liden
- [jdk17] RFR: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Thomas Schatzl
- [jdk17] RFR: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Erik Österlund
- [jdk17] RFR: 8271877: ProblemList jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java in JDK17
Daniel D.Daugherty
- [jdk17] RFR: 8271877: ProblemList jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java in JDK17
Daniel D.Daugherty
- [jdk17] RFR: 8271877: ProblemList jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java in JDK17
Joe Darcy
- G1 GC : JEP proposal for increased max region size and card size for very large heaps
Vishal Chand
- Integrated: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time
Ivan Walulya
- Integrated: 8193559: ugly DO_JAVA_THREADS macro should be replaced
Daniel D.Daugherty
- Integrated: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions
Ivan Walulya
- Integrated: 8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation
Ivan Walulya
- Integrated: 8242847: G1 should not clear mark bitmaps with no marks
Ivan Walulya
- Integrated: 8265057: G1: Investigate removal of maintenance of two BOT thresholds
Ivan Walulya
- Integrated: 8266519: Cleanup resolve() leftovers from BarrierSet et al
Roman Kennke
- Integrated: 8267185: Add string deduplication support to ParallelGC
Ivan Walulya
- Integrated: 8267186: Add string deduplication support to ZGC
Per Liden
- Integrated: 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
Zhengyu Gu
- Integrated: 8267833: Improve G1CardSetInlinePtr::add()
Ivan Walulya
- Integrated: 8267894: Skip work for empty regions in G1 Full GC
Ivan Walulya
- Integrated: 8270041: Consolidate oopDesc::cas_forward_to() and oopDesc::forward_to_atomic()
Roman Kennke
- Integrated: 8270347: ZGC: Adopt release-acquire ordering for forwarding table access
Xiaowei Lu
- Integrated: 8270454: G1: Simplify region index comparison
Hamlin Li
- Integrated: 8270842: G1: Only young regions need to redirty outside references in remset.
Hamlin Li
- Integrated: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Per Liden
- Integrated: 8271217: Fix race between G1PeriodicGCTask checks and GC request
Kim Barrett
- Integrated: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space
Hamlin Li
- Integrated: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
Richard Reingruber
- Integrated: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Per Liden
- Integrated: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Ivan Walulya
- Integrated: 8271896: Remove unnecessary top address checks in BOT
Albert Mingkun Yang
- Integrated: 8271898: disable os.release_multi_mappings_vm on macOS-X64
Daniel D.Daugherty
- Integrated: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify
Albert Mingkun Yang
- Integrated: 8271939: Clean up primitive raw accessors in oopDesc
Roman Kennke
- Integrated: 8271946: Cleanup leftovers in Space and subclasses
Roman Kennke
- Integrated: 8271951: Consolidate preserved marks overflow stack in SerialGC
Roman Kennke
- Integrated: 8271953: fix mis-merge in JDK-8271878
Jesper Wilhelmsson
- Integrated: 8271953: fix mis-merge in JDK-8271878
Daniel D.Daugherty
- Integrated: 8271953: fix mis-merge in JDK-8271878
Christian Tornqvist
- Integrated: 8271953: fix mis-merge in JDK-8271878
Daniel D.Daugherty
- Integrated: 8271953: fix mis-merge in JDK-8271878
Daniel D.Daugherty
- Integrated: 8271953: fix mis-merge in JDK-8271878
Daniel D.Daugherty
- Integrated: 8272093: Extract evacuation failure injection from G1CollectedHeap
Thomas Schatzl
- Integrated: 8272138: ZGC: Adopt relaxed ordering for self-healing
Xiaowei Lu
- Integrated: 8272161: Make evacuation failure data structures local to collection
Thomas Schatzl
- Integrated: 8272165: Consolidate mark_must_be_preserved() variants
Roman Kennke
- Integrated: 8272196: Remove unused class ParStrongRootsScope
Albert Mingkun Yang
- Integrated: 8272216: G1: replace G1ParScanThreadState::_dest with a constant
Albert Mingkun Yang
- Integrated: 8272228: G1: G1CardSetInlinePtr Fix tautological assertion
Ivan Walulya
- Integrated: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue*
Ivan Walulya
- Integrated: 8272235: G1: update outdated code root fixup
Albert Mingkun Yang
- Integrated: 8272327: Shenandoah: Avoid enqueuing duplicate string candidates
Zhengyu Gu
- Integrated: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData
Tongbao Zhang
- Integrated: 8272439: G1: add documentation to G1CardSetInlinePtr
Albert Mingkun Yang
- Integrated: 8272461: G1: remove empty declaration of cleanup_after_scan_heap_roots
Albert Mingkun Yang
- Integrated: 8272520: Inline GenericTaskQueue::initialize() to the constructor
Albert Mingkun Yang
- Integrated: 8272521: Remove unused PSPromotionManager::_claimed_stack_breadth
Albert Mingkun Yang
- Integrated: 8272576: G1: Use more accurate integer type for collection set length
Albert Mingkun Yang
- Integrated: 8272579: G1: remove unnecesary null check for G1ParScanThreadStateSet::_states slots
Albert Mingkun Yang
- Integrated: 8272609: Add string deduplication support to SerialGC
Denghui Dong
- Integrated: 8272651: G1 heap region info print order changed by JDK-8269914
Stefan Johansson
- Integrated: 8272725: G1: add documentation on needs_remset_update_t vs bool
Albert Mingkun Yang
- Integrated: 8272783: Epsilon: Refactor tests to improve performance
Aleksey Shipilev
- Integrated: 8272975: ParallelGC: add documentation to heap memory layout
Albert Mingkun Yang
- Integrated: 8272983: G1 Add marking details to eager reclaim logging
Ivan Walulya
- Integrated: 8273033: SerialGC: remove obsolete comments
Albert Mingkun Yang
- Integrated: 8273062: Generation::refs_discovery_is_xxx functions are unused
Kim Barrett
- Integrated: 8273144: Remove unused top level "Sample Collection Set Candidates" logging
Thomas Schatzl
- Integrated: 8273186: Remove leftover comment about sparse remembered set in G1 HeapRegionRemSet
Thomas Schatzl
- Integrated: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Stuefe
- Integrated: Merge jdk17
Jesper Wilhelmsson
- Intentional heap bounds change?
Roman Kennke
- Intentional heap bounds change?
Stefan Karlsson
- Intentional heap bounds change?
Roman Kennke
- Intentional heap bounds change?
Stefan Karlsson
- Intentional heap bounds change?
Stefan Johansson
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time
Ivan Walulya
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time
Ivan Walulya
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Ivan Walulya
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Ivan Walulya
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Thomas Schatzl
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Thomas Schatzl
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Albert Mingkun Yang
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Ivan Walulya
- RFR: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time [v2]
Jie Fu
- RFR: 8193559: ugly DO_JAVA_THREADS macro should be replaced [v5]
Erik Österlund
- RFR: 8193559: ugly DO_JAVA_THREADS macro should be replaced [v5]
Daniel D.Daugherty
- RFR: 8193559: ugly DO_JAVA_THREADS macro should be replaced [v5]
David Holmes
- RFR: 8193559: ugly DO_JAVA_THREADS macro should be replaced [v5]
Daniel D.Daugherty
- RFR: 8215118: Reduce HeapRegion to only have one member for index in CSet
Ivan Walulya
- RFR: 8215118: Reduce HeapRegion to only have one member for index in CSet [v2]
Ivan Walulya
- RFR: 8215118: Reduce HeapRegion to only have one member for index in CSet [v3]
Ivan Walulya
- RFR: 8215118: Reduce HeapRegion to only have one member for index in CSet [v4]
Ivan Walulya
- RFR: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions
Ivan Walulya
- RFR: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions
Thomas Schatzl
- RFR: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions [v2]
Ivan Walulya
- RFR: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions [v2]
Ivan Walulya
- RFR: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions [v2]
Albert Mingkun Yang
- RFR: 8236176: Parallel GC SplitInfo comment should be updated for shadow regions [v2]
Ivan Walulya
- RFR: 8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation
Ivan Walulya
- RFR: 8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation
Albert Mingkun Yang
- RFR: 8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation
Thomas Schatzl
- RFR: 8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation [v2]
Ivan Walulya
- RFR: 8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation [v2]
Ivan Walulya
- RFR: 8242847: G1 should not clear mark bitmaps with no marks
Ivan Walulya
- RFR: 8242847: G1 should not clear mark bitmaps with no marks
Thomas Schatzl
- RFR: 8242847: G1 should not clear mark bitmaps with no marks
Thomas Schatzl
- RFR: 8242847: G1 should not clear mark bitmaps with no marks [v2]
Ivan Walulya
- RFR: 8242847: G1 should not clear mark bitmaps with no marks [v2]
Ivan Walulya
- RFR: 8242847: G1 should not clear mark bitmaps with no marks [v3]
Ivan Walulya
- RFR: 8242847: G1 should not clear mark bitmaps with no marks [v3]
Thomas Schatzl
- RFR: 8242847: G1 should not clear mark bitmaps with no marks [v3]
Stefan Johansson
- RFR: 8242847: G1 should not clear mark bitmaps with no marks [v3]
Ivan Walulya
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration
Hamlin Li
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration
Hamlin Li
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration
Hamlin Li
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration [v2]
Hamlin Li
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration [v3]
Hamlin Li
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration [v4]
Hamlin Li
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration [v4]
Thomas Schatzl
- RFR: 8254167 G1: Record regions where evacuation failed to provide targeted iteration [v4]
Thomas Schatzl
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects
Thomas Schatzl
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v2]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v2]
Thomas Schatzl
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v3]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v4]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v5]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v6]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v7]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v7]
Hamlin Li
- RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v7]
Thomas Schatzl
- RFR: 8265057: G1: Investigate removal of maintenance of two BOT thresholds
Ivan Walulya
- RFR: 8265057: G1: Investigate removal of maintenance of two BOT thresholds
Albert Mingkun Yang
- RFR: 8265057: G1: Investigate removal of maintenance of two BOT thresholds
Thomas Schatzl
- RFR: 8265057: G1: Investigate removal of maintenance of two BOT thresholds [v2]
Ivan Walulya
- RFR: 8265057: G1: Investigate removal of maintenance of two BOT thresholds [v2]
Ivan Walulya
- RFR: 8266519: Cleanup resolve() leftovers from BarrierSet et al
Roman Kennke
- RFR: 8266519: Cleanup resolve() leftovers from BarrierSet et al
Kim Barrett
- RFR: 8266519: Cleanup resolve() leftovers from BarrierSet et al
Kim Barrett
- RFR: 8266519: Cleanup resolve() leftovers from BarrierSet et al
Stefan Karlsson
- RFR: 8267185: Add string deduplication support to ParallelGC
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC [v2]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v2]
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC [v2]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v3]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v3]
Albert Mingkun Yang
- RFR: 8267185: Add string deduplication support to ParallelGC [v4]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v4]
Albert Mingkun Yang
- RFR: 8267185: Add string deduplication support to ParallelGC [v4]
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC [v4]
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC [v4]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v5]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v6]
Ivan Walulya
- RFR: 8267185: Add string deduplication support to ParallelGC [v6]
Albert Mingkun Yang
- RFR: 8267185: Add string deduplication support to ParallelGC [v6]
Kim Barrett
- RFR: 8267185: Add string deduplication support to ParallelGC [v6]
Ivan Walulya
- RFR: 8267186: Add string deduplication support to ZGC
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC
Erik Österlund
- RFR: 8267186: Add string deduplication support to ZGC
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC [v2]
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC [v2]
Erik Österlund
- RFR: 8267186: Add string deduplication support to ZGC [v2]
Kim Barrett
- RFR: 8267186: Add string deduplication support to ZGC [v2]
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC [v2]
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC [v3]
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC [v3]
Stefan Karlsson
- RFR: 8267186: Add string deduplication support to ZGC [v3]
Per Liden
- RFR: 8267186: Add string deduplication support to ZGC [v4]
Per Liden
- RFR: 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
Zhengyu Gu
- RFR: 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
Roman Kennke
- RFR: 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
Aleksey Shipilev
- RFR: 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah [v2]
Zhengyu Gu
- RFR: 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah [v3]
Zhengyu Gu
- RFR: 8267833: Improve G1CardSetInlinePtr::add()
Ivan Walulya
- RFR: 8267833: Improve G1CardSetInlinePtr::add()
Thomas Schatzl
- RFR: 8267833: Improve G1CardSetInlinePtr::add()
Kim Barrett
- RFR: 8267833: Improve G1CardSetInlinePtr::add()
Kim Barrett
- RFR: 8267833: Improve G1CardSetInlinePtr::add()
Kim Barrett
- RFR: 8267833: Improve G1CardSetInlinePtr::add() [v2]
Ivan Walulya
- RFR: 8267833: Improve G1CardSetInlinePtr::add() [v2]
Ivan Walulya
- RFR: 8267833: Improve G1CardSetInlinePtr::add() [v2]
Kim Barrett
- RFR: 8267833: Improve G1CardSetInlinePtr::add() [v2]
Ivan Walulya
- RFR: 8267894: Skip work for empty regions in G1 Full GC
Ivan Walulya
- RFR: 8267894: Skip work for empty regions in G1 Full GC
Stefan Johansson
- RFR: 8267894: Skip work for empty regions in G1 Full GC
Ivan Walulya
- RFR: 8267894: Skip work for empty regions in G1 Full GC
Stefan Johansson
- RFR: 8267894: Skip work for empty regions in G1 Full GC
Ivan Walulya
- RFR: 8267894: Skip work for empty regions in G1 Full GC [v2]
Ivan Walulya
- RFR: 8267894: Skip work for empty regions in G1 Full GC [v2]
Stefan Johansson
- RFR: 8267894: Skip work for empty regions in G1 Full GC [v2]
Thomas Schatzl
- RFR: 8270041: Consolidate oopDesc::cas_forward_to() and oopDesc::forward_to_atomic()
Stefan Karlsson
- RFR: 8270041: Consolidate oopDesc::cas_forward_to() and oopDesc::forward_to_atomic()
Kim Barrett
- RFR: 8270347: ZGC: Adopt release-acquire ordering for forwarding table access
Per Liden
- RFR: 8270347: ZGC: Adopt release-acquire ordering for forwarding table access
Per Liden
- RFR: 8270347: ZGC: Adopt release-acquire ordering for forwarding table access
Xiaowei Lu
- RFR: 8270454: G1: Simplify region index comparison
Hamlin Li
- RFR: 8270454: G1: Simplify region index comparison
Kim Barrett
- RFR: 8270454: G1: Simplify region index comparison
Hamlin Li
- RFR: 8270454: G1: Simplify region index comparison
Albert Mingkun Yang
- RFR: 8270454: G1: Simplify region index comparison
Thomas Schatzl
- RFR: 8270454: G1: Simplify region index comparison
Hamlin Li
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset.
Thomas Schatzl
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset.
Hamlin Li
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset.
Thomas Schatzl
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset.
Thomas Schatzl
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset.
Hamlin Li
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset. [v2]
Hamlin Li
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset. [v2]
Hamlin Li
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset. [v2]
Thomas Schatzl
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset. [v2]
Hamlin Li
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset. [v2]
Kim Barrett
- RFR: 8270842: G1: Only young regions need to redirty outside references in remset. [v2]
Hamlin Li
- RFR: 8270911: Don't use Access API to access object header word
Roman Kennke
- RFR: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Per Liden
- RFR: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Jie Fu
- RFR: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Per Liden
- RFR: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Albert Mingkun Yang
- RFR: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Erik Österlund
- RFR: 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
Per Liden
- RFR: 8271217: Fix race between G1PeriodicGCTask checks and GC request
Ivan Walulya
- RFR: 8271217: Fix race between G1PeriodicGCTask checks and GC request
Thomas Schatzl
- RFR: 8271217: Fix race between G1PeriodicGCTask checks and GC request
Leo Korinth
- RFR: 8271217: Fix race between G1PeriodicGCTask checks and GC request
Kim Barrett
- RFR: 8271217: Fix race between G1PeriodicGCTask checks and GC request
Kim Barrett
- RFR: 8271217: Fix race between G1PeriodicGCTask checks and GC request [v2]
Kim Barrett
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space
Jie Fu
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space
Martin Doerr
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space
Kim Barrett
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v2]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v2]
Thomas Schatzl
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v2]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v2]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Nick Gasson
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Thomas Schatzl
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Thomas Schatzl
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Thomas Schatzl
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Thomas Schatzl
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Albert Mingkun Yang
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v3]
Thomas Schatzl
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v4]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v4]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v4]
Hamlin Li
- RFR: 8271579: G1: Move copy before CAS in do_copy_to_survivor_space [v4]
Thomas Schatzl
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
Richard Reingruber
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
Albert Mingkun Yang
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
Thomas Schatzl
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
NikolayTach
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
openjdk-notifier [bot]
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
Richard Reingruber
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers [v2]
Richard Reingruber
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers [v3]
Richard Reingruber
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers [v3]
Richard Reingruber
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers [v3]
Richard Reingruber
- RFR: 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers [v3]
Richard Reingruber
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Per Liden
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Kim Barrett
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Mandy Chung
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Vladimir Ivanov
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Mandy Chung
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used
Vladimir Ivanov
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used [v2]
Per Liden
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used [v2]
Per Liden
- RFR: 8271862: C2 intrinsic for Reference.refersTo() is often not used [v2]
Per Liden
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references
Albert Mingkun Yang
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v2]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v2]
Albert Mingkun Yang
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v3]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v4]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v5]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v5]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v5]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v5]
Thomas Schatzl
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v5]
Albert Mingkun Yang
- RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v6]
Thomas Schatzl
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Ivan Walulya
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Kim Barrett
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Thomas Schatzl
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Thomas Schatzl
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v2]
Ivan Walulya
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v2]
Ivan Walulya
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v2]
Thomas Schatzl
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v3]
Ivan Walulya
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v3]
Thomas Schatzl
- RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v3]
Ivan Walulya
- RFR: 8271896: Remove unnecessary top address checks in BOT
Albert Mingkun Yang
- RFR: 8271896: Remove unnecessary top address checks in BOT
Thomas Schatzl
- RFR: 8271896: Remove unnecessary top address checks in BOT
Ivan Walulya
- RFR: 8271896: Remove unnecessary top address checks in BOT
Albert Mingkun Yang
- RFR: 8271898: disable os.release_multi_mappings_vm on macOS-X64
Daniel D.Daugherty
- RFR: 8271898: disable os.release_multi_mappings_vm on macOS-X64
Kim Barrett
- RFR: 8271898: disable os.release_multi_mappings_vm on macOS-X64
Daniel D.Daugherty
- RFR: 8271898: disable os.release_multi_mappings_vm on macOS-X64
Daniel D.Daugherty
- RFR: 8271898: disable os.release_multi_mappings_vm on macOS-X64
Thomas Stuefe
- RFR: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify
Albert Mingkun Yang
- RFR: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify
Thomas Schatzl
- RFR: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify [v2]
Albert Mingkun Yang
- RFR: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify [v2]
Albert Mingkun Yang
- RFR: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify [v2]
Ivan Walulya
- RFR: 8271930: Simplify end_card calculation in G1BlockOffsetTablePart::verify [v2]
Albert Mingkun Yang
- RFR: 8271939: Clean up primitive raw accessors in oopDesc
Evgeny Astigeevich
- RFR: 8271939: Clean up primitive raw accessors in oopDesc
Aleksey Shipilev
- RFR: 8271939: Clean up primitive raw accessors in oopDesc
Stefan Karlsson
- RFR: 8271939: Clean up primitive raw accessors in oopDesc [v2]
Roman Kennke
- RFR: 8271939: Clean up primitive raw accessors in oopDesc [v2]
Stefan Karlsson
- RFR: 8271939: Clean up primitive raw accessors in oopDesc [v2]
Thomas Schatzl
- RFR: 8271946: Cleanup leftovers in Space and subclasses
Roman Kennke
- RFR: 8271946: Cleanup leftovers in Space and subclasses
Stefan Karlsson
- RFR: 8271946: Cleanup leftovers in Space and subclasses [v2]
Roman Kennke
- RFR: 8271946: Cleanup leftovers in Space and subclasses [v2]
Stefan Karlsson
- RFR: 8271946: Cleanup leftovers in Space and subclasses [v2]
Roman Kennke
- RFR: 8271946: Cleanup leftovers in Space and subclasses [v2]
Thomas Schatzl
- RFR: 8271951: Consolidate preserved marks overflow stack in SerialGC
Roman Kennke
- RFR: 8271951: Consolidate preserved marks overflow stack in SerialGC
Thomas Schatzl
- RFR: 8271951: Consolidate preserved marks overflow stack in SerialGC
Roman Kennke
- RFR: 8271951: Consolidate preserved marks overflow stack in SerialGC
Thomas Schatzl
- RFR: 8271951: Consolidate preserved marks overflow stack in SerialGC
Kim Barrett
- RFR: 8271951: Consolidate preserved marks overflow stack in SerialGC [v2]
Roman Kennke
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Yude Lin
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Thomas Schatzl
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Yude Lin
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Yude Lin
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Thomas Schatzl
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Yude Lin
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Thomas Schatzl
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Yude Lin
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Thomas Schatzl
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Yude Lin
- RFR: 8272083: G1: Record iterated range for BOT performance during card scan
Thomas Schatzl
- RFR: 8272093: Extract evacuation failure injection from G1CollectedHeap
Thomas Schatzl
- RFR: 8272093: Extract evacuation failure injection from G1CollectedHeap
Albert Mingkun Yang
- RFR: 8272093: Extract evacuation failure injection from G1CollectedHeap
Stefan Johansson
- RFR: 8272093: Extract evacuation failure injection from G1CollectedHeap
Thomas Schatzl
- RFR: 8272093: Extract evacuation failure injection from G1CollectedHeap [v2]
Thomas Schatzl
- RFR: 8272093: Extract evacuation failure injection from G1CollectedHeap [v2]
Thomas Schatzl
- RFR: 8272138: ZGC: Adopt relaxed ordering for self-healing
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt relaxed ordering for self-healing [v5]
Per Liden
- RFR: 8272138: ZGC: Adopt relaxed ordering for self-healing [v5]
Albert Mingkun Yang
- RFR: 8272138: ZGC: Adopt relaxed ordering for self-healing [v5]
Hao Tang
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Erik Österlund
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Erik Österlund
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Hao Tang
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Erik Österlund
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Erik Österlund
- RFR: 8272138: ZGC: Adopt release ordering for self-healing
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v2]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v3]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v3]
Per Liden
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v3]
Per Liden
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v3]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v3]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v4]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v5]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v5]
Hao Tang
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v5]
Xiaowei Lu
- RFR: 8272138: ZGC: Adopt release ordering for self-healing [v5]
Erik Österlund
- RFR: 8272161: Make evacuation failure data structures local to collection
Thomas Schatzl
- RFR: 8272161: Make evacuation failure data structures local to collection [v2]
Thomas Schatzl
- RFR: 8272161: Make evacuation failure data structures local to collection [v2]
Ivan Walulya
- RFR: 8272161: Make evacuation failure data structures local to collection [v2]
Stefan Johansson
- RFR: 8272161: Make evacuation failure data structures local to collection [v2]
Thomas Schatzl
- RFR: 8272165: Consolidate mark_must_be_preserved() variants
Roman Kennke
- RFR: 8272165: Consolidate mark_must_be_preserved() variants
Thomas Schatzl
- RFR: 8272165: Consolidate mark_must_be_preserved() variants [v2]
Roman Kennke
- RFR: 8272196: Remove unused class ParStrongRootsScope
Albert Mingkun Yang
- RFR: 8272196: Remove unused class ParStrongRootsScope
Thomas Schatzl
- RFR: 8272196: Remove unused class ParStrongRootsScope
Per Liden
- RFR: 8272196: Remove unused class ParStrongRootsScope
Albert Mingkun Yang
- RFR: 8272216: G1: replace G1ParScanThreadState::_dest with a constant
Albert Mingkun Yang
- RFR: 8272216: G1: replace G1ParScanThreadState::_dest with a constant [v2]
Albert Mingkun Yang
- RFR: 8272216: G1: replace G1ParScanThreadState::_dest with a constant [v2]
Kim Barrett
- RFR: 8272216: G1: replace G1ParScanThreadState::_dest with a constant [v2]
Albert Mingkun Yang
- RFR: 8272216: G1: replace G1ParScanThreadState::_dest with a constant [v2]
Thomas Schatzl
- RFR: 8272216: G1: replace G1ParScanThreadState::_dest with a constant [v2]
Albert Mingkun Yang
- RFR: 8272228: G1: G1CardSetInlinePtr Fix tautological assertion
Ivan Walulya
- RFR: 8272228: G1: G1CardSetInlinePtr Remove unreliable assertion
Ivan Walulya
- RFR: 8272228: G1: G1CardSetInlinePtr Remove unreliable assertion
Albert Mingkun Yang
- RFR: 8272228: G1: G1CardSetInlinePtr Remove unreliable assertion
Ivan Walulya
- RFR: 8272228: G1: G1CardSetInlinePtr Remove unreliable assertion [v2]
Ivan Walulya
- RFR: 8272228: G1: G1CardSetInlinePtr Remove unreliable assertion [v2]
Albert Mingkun Yang
- RFR: 8272228: G1: G1CardSetInlinePtr Remove unreliable assertion [v2]
Thomas Schatzl
- RFR: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue*
Ivan Walulya
- RFR: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue*
Thomas Schatzl
- RFR: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue*
Kim Barrett
- RFR: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue* [v2]
Ivan Walulya
- RFR: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue* [v2]
Kim Barrett
- RFR: 8272231 G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue* [v2]
Ivan Walulya
- RFR: 8272235: G1: update outdated code root fixup
Albert Mingkun Yang
- RFR: 8272235: G1: update outdated code root fixup
Thomas Schatzl
- RFR: 8272235: G1: update outdated code root fixup [v2]
Albert Mingkun Yang
- RFR: 8272235: G1: update outdated code root fixup [v2]
Albert Mingkun Yang
- RFR: 8272235: G1: update outdated code root fixup [v2]
Kim Barrett
- RFR: 8272235: G1: update outdated code root fixup [v2]
Albert Mingkun Yang
- RFR: 8272327: Shenandoah: Avoid enqueuing duplicate string candidates
Zhengyu Gu
- RFR: 8272327: Shenandoah: Avoid enqueuing duplicate string candidates
Roman Kennke
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData
Dalibor Topic
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData
Tongbao Zhang
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData
Tongbao Zhang
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData
Stefan Karlsson
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData [v2]
Tongbao Zhang
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData [v2]
Stefan Karlsson
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData [v2]
Tongbao Zhang
- RFR: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData [v2]
Per Liden
- RFR: 8272439: G1: add documentation to G1CardSetInlinePtr
Albert Mingkun Yang
- RFR: 8272439: G1: add documentation to G1CardSetInlinePtr
Thomas Schatzl
- RFR: 8272439: G1: add documentation to G1CardSetInlinePtr [v2]
Albert Mingkun Yang
- RFR: 8272439: G1: add documentation to G1CardSetInlinePtr [v2]
Albert Mingkun Yang
- RFR: 8272439: G1: add documentation to G1CardSetInlinePtr [v2]
Kim Barrett
- RFR: 8272439: G1: add documentation to G1CardSetInlinePtr [v2]
Albert Mingkun Yang
- RFR: 8272461: G1: remove empty declaration of cleanup_after_scan_heap_roots
Albert Mingkun Yang
- RFR: 8272461: G1: remove empty declaration of cleanup_after_scan_heap_roots
Kim Barrett
- RFR: 8272461: G1: remove empty declaration of cleanup_after_scan_heap_roots
Albert Mingkun Yang
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor
Albert Mingkun Yang
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor
Kim Barrett
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor [v2]
Albert Mingkun Yang
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor [v2]
Albert Mingkun Yang
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor [v2]
Kim Barrett
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor [v2]
Ivan Walulya
- RFR: 8272520: Inline GenericTaskQueue::initialize() to the constructor [v2]
Albert Mingkun Yang
- RFR: 8272521: Remove unused PSPromotionManager::_claimed_stack_breadth
Albert Mingkun Yang
- RFR: 8272521: Remove unused PSPromotionManager::_claimed_stack_breadth
Kim Barrett
- RFR: 8272521: Remove unused PSPromotionManager::_claimed_stack_breadth
Ivan Walulya
- RFR: 8272521: Remove unused PSPromotionManager::_claimed_stack_breadth
Albert Mingkun Yang
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Fairoz Matte
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Tobias Hartmann
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Fairoz Matte
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Igor Veresov
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Fairoz Matte
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Igor Veresov
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Fairoz Matte
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1
Igor Veresov
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1 [v2]
Fairoz Matte
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1 [v2]
Fairoz Matte
- RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1 [v2]
Igor Veresov
- RFR: 8272576: G1: Use more accurate integer type for collection set length
Albert Mingkun Yang
- RFR: 8272576: G1: Use more accurate integer type for collection set length
Ivan Walulya
- RFR: 8272576: G1: Use more accurate integer type for collection set length
Stefan Johansson
- RFR: 8272576: G1: Use more accurate integer type for collection set length
Albert Mingkun Yang
- RFR: 8272579: G1: remove unnecesary null check for G1ParScanThreadStateSet::_states slots
Albert Mingkun Yang
- RFR: 8272579: G1: remove unnecesary null check for G1ParScanThreadStateSet::_states slots [v2]
Kim Barrett
- RFR: 8272579: G1: remove unnecesary null check for G1ParScanThreadStateSet::_states slots [v2]
Stefan Johansson
- RFR: 8272579: G1: remove unnecesary null check for G1ParScanThreadStateSet::_states slots [v2]
Albert Mingkun Yang
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush
Albert Mingkun Yang
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush
Ivan Walulya
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush
Kim Barrett
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush
Stefan Johansson
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush
Albert Mingkun Yang
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush
Stefan Johansson
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush [v2]
Albert Mingkun Yang
- RFR: 8272579: G1: remove unnecesary null check in G1ParScanThreadStateSet::flush [v2]
Albert Mingkun Yang
- RFR: 8272609: Add string deduplication support to SerialGC
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Ivan Walulya
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Albert Mingkun Yang
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Albert Mingkun Yang
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v10]
Albert Mingkun Yang
- RFR: 8272609: Add string deduplication support to SerialGC [v2]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v2]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v2]
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v2]
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v3]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v4]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v4]
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v4]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v5]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v6]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v7]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v8]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v8]
Kim Barrett
- RFR: 8272609: Add string deduplication support to SerialGC [v8]
Denghui Dong
- RFR: 8272609: Add string deduplication support to SerialGC [v9]
Denghui Dong
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
BuddyLiao
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
BuddyLiao
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
Thomas Schatzl
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
Thomas Schatzl
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
Bin Liao
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
Bin Liao
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
Thomas Schatzl
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log
Thomas Schatzl
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log [v2]
BuddyLiao
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log [v2]
Bin Liao
- RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log [v2]
Thomas Schatzl
- RFR: 8272629: G1: simplify G1GCParPhaseTimesTracker constructor API
Albert Mingkun Yang
- RFR: 8272629: G1: simplify G1GCParPhaseTimesTracker constructor API
Stefan Johansson
- RFR: 8272629: G1: simplify G1GCParPhaseTimesTracker constructor API
Albert Mingkun Yang
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914
Thomas Schatzl
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Thomas Schatzl
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Ivan Walulya
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Albert Mingkun Yang
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v2]
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v3]
Stefan Johansson
- RFR: 8272651: G1 heap region info print order changed by JDK-8269914 [v3]
Albert Mingkun Yang
- RFR: 8272725: G1: add documentation on needs_remset_update_t vs bool [v2]
Thomas Schatzl
- RFR: 8272725: G1: add documentation on needs_remset_update_t vs bool [v2]
Ivan Walulya
- RFR: 8272725: G1: add documentation on needs_remset_update_t vs bool [v2]
Albert Mingkun Yang
- RFR: 8272725: G1: replace type needs_remset_update_t with bool
Albert Mingkun Yang
- RFR: 8272725: G1: replace type needs_remset_update_t with bool
Thomas Schatzl
- RFR: 8272725: G1: replace type needs_remset_update_t with bool
Kim Barrett
- RFR: 8272725: G1: replace type needs_remset_update_t with bool
Albert Mingkun Yang
- RFR: 8272725: G1: replace type needs_remset_update_t with bool [v2]
Albert Mingkun Yang
- RFR: 8272783: Epsilon: Refactor tests to improve performance
Aleksey Shipilev
- RFR: 8272783: Epsilon: Refactor tests to improve performance
Thomas Schatzl
- RFR: 8272783: Epsilon: Refactor tests to improve performance
Aleksey Shipilev
- RFR: 8272905: Consolidate discovered lists processing
Albert Mingkun Yang
- RFR: 8272905: Consolidate discovered lists processing
Thomas Schatzl
- RFR: 8272905: Consolidate discovered lists processing [v2]
Albert Mingkun Yang
- RFR: 8272975: ParallelGC: add documentation to heap memory layout
Albert Mingkun Yang
- RFR: 8272975: ParallelGC: add documentation to heap memory layout
Thomas Schatzl
- RFR: 8272975: ParallelGC: add documentation to heap memory layout
Kim Barrett
- RFR: 8272975: ParallelGC: add documentation to heap memory layout
Albert Mingkun Yang
- RFR: 8272983: G1 Add marking details to eager reclaim logging
Ivan Walulya
- RFR: 8272983: G1 Add marking details to eager reclaim logging
Thomas Schatzl
- RFR: 8272983: G1 Add marking details to eager reclaim logging
Albert Mingkun Yang
- RFR: 8272983: G1 Add marking details to eager reclaim logging
Ivan Walulya
- RFR: 8272985: Reference discovery is confused about atomicity and degree of parallelism
Thomas Schatzl
- RFR: 8272985: Reference discovery is confused about atomicity and degree of parallelism [v2]
Thomas Schatzl
- RFR: 8273033: SerialGC: remove obsolete comments
Albert Mingkun Yang
- RFR: 8273033: SerialGC: remove obsolete comments
Stefan Johansson
- RFR: 8273033: SerialGC: remove obsolete comments
Thomas Schatzl
- RFR: 8273033: SerialGC: remove obsolete comments
Albert Mingkun Yang
- RFR: 8273062: Generation::refs_discovery_is_xxx functions are unused
Kim Barrett
- RFR: 8273062: Generation::refs_discovery_is_xxx functions are unused
Albert Mingkun Yang
- RFR: 8273062: Generation::refs_discovery_is_xxx functions are unused
Kim Barrett
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Hao Tang
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Hao Tang
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Hao Tang
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Erik Österlund
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Aleksey Shipilev
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Erik Österlund
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Florian Weimer
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Erik Österlund
- RFR: 8273122: ZGC: Load forwarding entries without acquire semantics
Aleksey Shipilev
- RFR: 8273127: Shenandoah: Adopt relaxed order for update oop
Xiaowei Lu
- RFR: 8273127: Shenandoah: Adopt relaxed order for update oop
Aleksey Shipilev
- RFR: 8273127: Shenandoah: Adopt relaxed order for update oop
Aleksey Shipilev
- RFR: 8273127: Shenandoah: Adopt relaxed order for update oop
Aleksey Shipilev
- RFR: 8273127: Shenandoah: Adopt relaxed order for update oop
Xiaowei Lu
- RFR: 8273127: Shenandoah: Adopt relaxed order for update oop
Aleksey Shipilev
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible
Сергей Цыпанов
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible
Joe Darcy
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v2]
Сергей Цыпанов
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v2]
Сергей Цыпанов
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v3]
Сергей Цыпанов
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v3]
Kevin Rushforth
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v3]
Сергей Цыпанов
- RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v4]
Сергей Цыпанов
- RFR: 8273144: Remove unused top level "Sample Collection Set Candidates" logging
Thomas Schatzl
- RFR: 8273144: Remove unused top level "Sample Collection Set Candidates" logging [v2]
Thomas Schatzl
- RFR: 8273144: Remove unused top level "Sample Collection Set Candidates" logging [v3]
Thomas Schatzl
- RFR: 8273144: Remove unused top level "Sample Collection Set Candidates" logging [v3]
Ivan Walulya
- RFR: 8273144: Remove unused top level "Sample Collection Set Candidates" logging [v3]
Albert Mingkun Yang
- RFR: 8273144: Remove unused top level "Sample Collection Set Candidates" logging [v3]
Thomas Schatzl
- RFR: 8273147: Update and restructure TestGCLogMessages log message list
Thomas Schatzl
- RFR: 8273147: Update and restructure TestGCLogMessages log message list
Ivan Walulya
- RFR: 8273147: Update and restructure TestGCLogMessages log message list
openjdk-notifier [bot]
- RFR: 8273147: Update and restructure TestGCLogMessages log message list [v2]
Thomas Schatzl
- RFR: 8273147: Update and restructure TestGCLogMessages log message list [v3]
Thomas Schatzl
- RFR: 8273186: Remove leftover comment about sparse remembered set in G1 HeapRegionRemSet
Thomas Schatzl
- RFR: 8273186: Remove leftover comment about sparse remembered set in G1 HeapRegionRemSet
Albert Mingkun Yang
- RFR: 8273186: Remove leftover comment about sparse remembered set in G1 HeapRegionRemSet
Thomas Schatzl
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Stuefe
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Schatzl
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Stuefe
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Schatzl
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Stuefe
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Richard Reingruber
- RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Thomas Stuefe
- RFR: Merge jdk17
Jesper Wilhelmsson
- RFR: Merge jdk17 [v2]
Jesper Wilhelmsson
- Status of JEP-8204088/JDK-8236073
Thomas Schatzl
- Status of JEP-8204088/JDK-8236073
Rodrigo Bruno
- Status of JEP-8204088/JDK-8236073
Thomas Schatzl
- Status of JEP-8204088/JDK-8236073
Rodrigo Bruno
- Status of JEP-8204088/JDK-8236073
Jonathan Joo
- Withdrawn: 8159979: During initial mark, preparing all regions for marking may take a significant amount of time
Ivan Walulya
- Withdrawn: 8215118: Reduce HeapRegion to only have one member for index in CSet
Ivan Walulya
- Withdrawn: 8270911: Don't use Access API to access object header word
Roman Kennke
- Withdrawn: 8272138: ZGC: Adopt release ordering for self-healing
Xiaowei Lu
- Withdrawn: 8272161: Make evacuation failure data structures local to collection
Thomas Schatzl
- Withdrawn: 8272611: Use parallel heap inspection when print classhisto info in gc log
BuddyLiao
- Withdrawn: 8272629: G1: simplify G1GCParPhaseTimesTracker constructor API
Albert Mingkun Yang
Last message date:
Tue Aug 31 23:16:53 UTC 2021
Archived on: Tue Oct 18 16:50:17 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).