mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 18:33:41 +00:00
Use an even lower rank
This commit is contained in:
parent
f4708d1464
commit
ded420e1f2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user