Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengyu Gu committed Oct 6, 2020
1 parent 834fed1 commit 093a63a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ bool ShenandoahConcurrentRoots::should_do_concurrent_roots() {
}

bool ShenandoahConcurrentRoots::can_do_concurrent_class_unloading() {
return true;
return ClassUnloading;
}

bool ShenandoahConcurrentRoots::should_do_concurrent_class_unloading() {
Expand Down

0 comments on commit 093a63a

Please sign in to comment.