-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11-shenandoah, 13, 14
-
Component/s: hotspot
-
b05
-
x86, x86_64, aarch64
-
generic
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.