mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8186571: Implementation: JEP 307: Parallel Full GC for G1
Improve G1 worst-case latencies by making the full GC parallel. Reviewed-by: tschatzl, sangheki, ehelin
This commit is contained in:
parent
fdab870aff
commit
6929e0f05a
71 changed files with 2799 additions and 903 deletions
|
@ -369,6 +369,7 @@ public:
|
|||
typedef typename T::element_type E;
|
||||
|
||||
GenericTaskQueueSet(int n);
|
||||
~GenericTaskQueueSet();
|
||||
|
||||
bool steal_best_of_2(uint queue_num, int* seed, E& t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue