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:
Stefan Johansson 2017-11-14 11:33:23 +01:00
parent fdab870aff
commit 6929e0f05a
71 changed files with 2799 additions and 903 deletions

View file

@ -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);