Use an even lower rank

This commit is contained in:
William Kemper 2026-01-14 10:42:45 -08:00
parent f4708d1464
commit ded420e1f2

View File

@ -42,7 +42,7 @@ private:
shenandoah_padding(1);
protected:
const Mutex::Rank LOCK_RANK = Mutex::safepoint - 10;
const Mutex::Rank LOCK_RANK = Mutex::service;
// While we could have a single lock for these, it may risk unblocking
// GC waiters when alloc failure GC cycle finishes. We want instead