Skip to content

Commit

Permalink
8230483: Shenandoah: consistently disable concurrent roots for Traver…
Browse files Browse the repository at this point in the history
…sal mode

Reviewed-by: shade
  • Loading branch information
zhengyu123 committed Sep 3, 2019
1 parent 6b2e444 commit fd89fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

bool ShenandoahConcurrentRoots::can_do_concurrent_roots() {
// Don't support traversal GC at this moment
return !ShenandoahHeap::heap()->is_concurrent_traversal_in_progress();
return !ShenandoahHeap::heap()->is_traversal_mode();
}

bool ShenandoahConcurrentRoots::should_do_concurrent_roots() {
Expand Down

0 comments on commit fd89fed

Please sign in to comment.