mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8150994: UseParallelGC fails with UseDynamicNumberOfGCThreads with specjbb2005
Reviewed-by: tschatzl, kbarrett
This commit is contained in:
parent
56d3ee3dbc
commit
d650ab04e2
6 changed files with 16 additions and 213 deletions
|
@ -1079,7 +1079,7 @@ class PSParallelCompact : AllStatic {
|
|||
static void compact();
|
||||
|
||||
// Add available regions to the stack and draining tasks to the task queue.
|
||||
static void enqueue_region_draining_tasks(GCTaskQueue* q,
|
||||
static void prepare_region_draining_tasks(GCTaskQueue* q,
|
||||
uint parallel_gc_threads);
|
||||
|
||||
// Add dense prefix update tasks to the task queue.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue