8241007: Shenandoah: remove ShenandoahCriticalControlThreadPriority support

Reviewed-by: adityam, shade
This commit is contained in:
Nikola Grcevski 2020-08-10 08:36:56 +02:00 committed by Aleksey Shipilev
parent 970e251a54
commit 032a4d6b9f
3 changed files with 1 additions and 45 deletions

View file

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