mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8241007: Shenandoah: remove ShenandoahCriticalControlThreadPriority support
Reviewed-by: adityam, shade
This commit is contained in:
parent
970e251a54
commit
032a4d6b9f
3 changed files with 1 additions and 45 deletions
|
@ -50,7 +50,7 @@ ShenandoahControlThread::ShenandoahControlThread() :
|
|||
_allocs_seen(0) {
|
||||
|
||||
reset_gc_id();
|
||||
create_and_start(ShenandoahCriticalControlThreadPriority ? CriticalPriority : NearMaxPriority);
|
||||
create_and_start();
|
||||
_periodic_task.enroll();
|
||||
_periodic_satb_flush_task.enroll();
|
||||
if (ShenandoahPacing) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue