mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6484957: G1: parallel concurrent refinement
6826318: G1: remove traversal-based refinement code Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel. Reviewed-by: tonyp
This commit is contained in:
parent
955a453996
commit
8c764e214c
23 changed files with 230 additions and 666 deletions
|
@ -177,8 +177,6 @@ private:
|
|||
G1BlockOffsetSharedArray* _bosa;
|
||||
G1BlockOffsetSharedArray* bosa() const { return _bosa; }
|
||||
|
||||
static bool _par_traversal;
|
||||
|
||||
OtherRegionsTable _other_regions;
|
||||
|
||||
// One set bit for every region that has an entry for this one.
|
||||
|
@ -211,8 +209,6 @@ public:
|
|||
HeapRegion* hr);
|
||||
|
||||
static int num_par_rem_sets();
|
||||
static bool par_traversal() { return _par_traversal; }
|
||||
static void set_par_traversal(bool b);
|
||||
|
||||
HeapRegion* hr() const {
|
||||
return _other_regions.hr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue