Jesper Wilhelmsson
381021aebf
Merge
2020-12-15 03:40:30 +00:00
Kim Barrett
1ff0f1673d
8258142: Simplify G1RedirtyCardsQueue
...
Separate local redirty qset from redirty queue.
Reviewed-by: tschatzl, iwalulya
2020-12-14 16:13:23 +00:00
Thomas Schatzl
bacf22b907
8256641: CDS VM operations do not lock the heap
...
Reviewed-by: kbarrett, iklam
2020-12-11 18:14:37 +00:00
Dongbo He
b28b0947d9
8257145: Performance regression with -XX:-ResizePLAB after JDK-8079555
...
Co-authored-by: Junjun Lin <linjunjun@huawei.com>
Reviewed-by: tschatzl, sjohanss
2020-12-11 09:06:10 +00:00
Thomas Schatzl
ca402671af
8257509: Strengthen requirements to call G1HeapVerifier::verify(VerifyOption)
...
Reviewed-by: sjohanss, ayang
2020-12-04 08:40:12 +00:00
Ioi Lam
02a0a027f4
8257563: Remove excessive include of klass.inline.hpp
...
Reviewed-by: dholmes, stuefe, stefank
2020-12-03 01:34:04 +00:00
Jie Fu
f2a0988a4a
8257228: G1: SIGFPE in G1ConcurrentRefine::create(int*) due to buffers_to_cards overflow
...
Reviewed-by: kbarrett, tschatzl
2020-12-02 06:49:57 +00:00
Stefan Johansson
02ba5194c0
8255001: Move G1PeriodicGCTask to its own file
...
Reviewed-by: tschatzl, lkorinth
2020-11-30 17:37:19 +00:00
Vladimir Kozlov
816e8f83b8
8256999: Add C2 intrinsic for Reference.refersTo and PhantomReference::refersTo
...
Reviewed-by: pliden, vlivanov, rkennke, eosterlund, shade
2020-11-29 20:27:01 +00:00
Albert Mingkun Yang
20525d2110
8257149: Improve G1 Service thread task scheduling to guarantee task delay
...
Reviewed-by: sjohanss, iwalulya
2020-11-27 11:57:11 +00:00
Stefan Johansson
ee99686b28
8252645: Change time measurements in G1ServiceThread to only account remembered set work
...
Reviewed-by: ayang, tschatzl
2020-11-27 08:44:35 +00:00
Stefan Johansson
f6d6a07c30
8256938: Improve remembered set sampling task scheduling
...
Reviewed-by: tschatzl, ayang
2020-11-26 10:06:14 +00:00
Joakim Nordström
8cd2e0f694
8243315: ParallelScavengeHeap::initialize() passes GenAlignment as page size to os::trace_page_sizes instead of actual page size
...
Reviewed-by: sjohanss, tschatzl
2020-11-25 09:36:45 +00:00
Stefan Johansson
1b7a61ff4a
8254999: Move G1RemSetSamplingTask to more appropriate location
...
Reviewed-by: tschatzl, ayang
2020-11-24 20:56:14 +00:00
Stefan Johansson
b8244b606e
8236926: Concurrently uncommit memory in G1
...
Reviewed-by: ayang, tschatzl
2020-11-19 17:55:33 +00:00
Thomas Schatzl
d30956055b
8253081: G1 fails on stale objects in archived module graph in Open Archive regions
...
Change the handling of Open Archive areas, instead of assuming that everything in there is live always, a root containing references to all live root objects is provided. Adapt G1 to handle Open Archive regions as any other old region apart from never compacting or evacuating them.
Co-authored-by: Ioi Lam <iklam@openjdk.org>
Reviewed-by: kbarrett, sjohanss, redestad
2020-11-18 08:21:03 +00:00
Thomas Schatzl
ac3948930e
8256323: Remove HeapRegionManager::update_committed_space()
...
Reviewed-by: shade, sjohanss
2020-11-16 10:11:33 +00:00
Vladimir Ivanov
8c31bd2939
8256275: Optimized build is broken
...
Reviewed-by: redestad, coleenp
2020-11-13 11:07:53 +00:00
Thomas Schatzl
bd8693a084
8256181: Remove Allocation of old generation on alternate memory devices functionality
...
Reviewed-by: ayang, iignatyev, iklam
2020-11-12 14:05:50 +00:00
Thomas Schatzl
6555996f92
8253600: G1: Fully support pinned regions for full gc
...
Reviewed-by: sjohanss, ayang
2020-11-10 16:36:06 +00:00
Thomas Schatzl
c601849e00
8256038: G1: Improve comment about mark word handling of displaced mark words
...
Reviewed-by: sjohanss, kbarrett
2020-11-10 09:12:29 +00:00
Stefan Johansson
79b7909507
8255980: G1 Service thread register_task can be used after shutdown
...
Reviewed-by: tschatzl, ayang
2020-11-09 14:24:24 +00:00
Stefan Johansson
397972ebf3
8255848: -Xlog:gc+heap+exit shows "used 0K"
...
Reviewed-by: tschatzl, ayang
2020-11-05 08:13:40 +00:00
Kim Barrett
4b88119b4b
8253037: G1: Improve check for string dedup
...
Combine dedup enabled and is_string into a single test, using the already in-hand klass of the object.
Reviewed-by: ayang, tschatzl
2020-11-04 05:04:02 +00:00
Stefan Johansson
1d0bd50624
8254758: Change G1ServiceThread to be task based
...
Reviewed-by: ayang, iwalulya, tschatzl
2020-11-03 11:07:35 +00:00
Kim Barrett
379ba80eb7
8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait
...
Remove improper wait argument.
Reviewed-by: sjohanss, tschatzl, ayang
2020-10-30 04:24:34 +00:00
Thomas Schatzl
5c520c3fdd
8255232: G1: Make G1BiasedMappedArray freeable
...
Reviewed-by: ayang, kbarrett
2020-10-29 15:06:25 +00:00
Thomas Schatzl
38574d5169
8255298: Remove SurvivorAlignmentInBytes functionality
...
Reviewed-by: shade, ayang, kbarrett
2020-10-29 08:49:15 +00:00
Anton Kozlov
acd0e2560c
8255254: Split os::reserve_memory and os::map_memory_to_file interfaces
...
Reviewed-by: stefank, stuefe
2020-10-27 20:37:01 +00:00
Stefan Karlsson
6666dcbe72
8237363: Remove automatic is in heap verification in OopIterateClosure
...
Reviewed-by: eosterlund, pliden
2020-10-26 17:22:47 +00:00
Thomas Schatzl
c520469639
8255131: G1CollectedHeap::is_in() returns wrong result
...
Reviewed-by: sjohanss, kbarrett, ayang
2020-10-23 08:22:05 +00:00
Thomas Schatzl
cc50c8d4f1
8255196: Remove unused G1FullGCCompactionPoint::merge()
...
Reviewed-by: shade
2020-10-22 09:15:30 +00:00
Thomas Stuefe
7ba6a6bf00
8251158: Implementation of JEP 387: Elastic Metaspace
...
Reviewed-by: lkorinth, coleenp, iklam, rrich
2020-10-20 06:48:09 +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
Amit Pawar
9359ff03ae
8252221: Use multiple workers for Parallel GC pre-touching
...
Reviewed-by: kbarrett, tschatzl
2020-10-15 07:22:38 +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
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
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
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
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
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
Thomas Schatzl
b8966e1f7b
8253928: G1: Remove G1ConcurrentMarkThread::set_in_progress declaration
...
Reviewed-by: ayang, shade
2020-10-02 11:05:34 +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
Stefan Karlsson
3ed960ec77
8253640: Make MEMFLAGS an enum class
...
Reviewed-by: stuefe, tschatzl
2020-09-29 12:03:00 +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
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