Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
11-shenandoah, 13, 14
-
b05
-
x86, x86_64, aarch64
-
generic
Description
We've got a few calls to can_do_traversal_gc() in assembler which are superfluous because ShenandoahSATBBarrier is already checked and covers the traversal case. Let's remove them.