Skip to content

Commit

Permalink
8307395: Add missing STS to Shenandoah
Browse files Browse the repository at this point in the history
Reviewed-by: rkennke
Backport-of: 3968ab5db5443ce93c9a19ebbc5464f7d91782fc
  • Loading branch information
shipilev committed Jun 13, 2023
1 parent 12d08f0 commit 22a548b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp
Expand Up @@ -766,6 +766,7 @@ class ShenandoahConcurrentWeakRootsEvacUpdateTask : public AbstractGangTask {

void work(uint worker_id) {
ShenandoahConcurrentWorkerSession worker_session(worker_id);
ShenandoahSuspendibleThreadSetJoiner sts_join;
{
ShenandoahEvacOOMScope oom;
// jni_roots and weak_roots are OopStorage backed roots, concurrent iteration
Expand Down

1 comment on commit 22a548b

@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.