mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 22:05:31 +00:00
8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
Reviewed-by: shade
This commit is contained in:
parent
6b2e444aa1
commit
fd89fedccf
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user