Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8293782: Shenandoah: some tests failed on lock rank check
Reviewed-by: mdoerr, shade
  • Loading branch information
tbzhang authored and shipilev committed Oct 11, 2022
1 parent 4435d56 commit 6053bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp
Expand Up @@ -48,8 +48,8 @@

ShenandoahControlThread::ShenandoahControlThread() :
ConcurrentGCThread(),
_alloc_failure_waiters_lock(Mutex::safepoint-1, "ShenandoahAllocFailureGC_lock", true),
_gc_waiters_lock(Mutex::safepoint-1, "ShenandoahRequestedGC_lock", true),
_alloc_failure_waiters_lock(Mutex::safepoint-2, "ShenandoahAllocFailureGC_lock", true),
_gc_waiters_lock(Mutex::safepoint-2, "ShenandoahRequestedGC_lock", true),
_periodic_task(this),
_requested_gc_cause(GCCause::_no_cause_specified),
_degen_point(ShenandoahGC::_degenerated_outside_cycle),
Expand Down

1 comment on commit 6053bf0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.