mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8246718: ParallelGC should not check for forward objects for copy task queue
Prefetch task's oop markword and unconditionally push task. Reviewed-by: tschatzl, eosterlund
This commit is contained in:
parent
27e168677f
commit
0bf3ba402b
2 changed files with 4 additions and 20 deletions
|
@ -99,7 +99,6 @@ class PSPromotionManager {
|
|||
static MutableSpace* young_space() { return _young_space; }
|
||||
|
||||
inline static PSPromotionManager* manager_array(uint index);
|
||||
template <class T> inline void claim_or_forward_internal_depth(T* p);
|
||||
|
||||
template <class T> void process_array_chunk_work(oop obj,
|
||||
int start, int end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue