-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8-shenandoah, 11-shenandoah, 12
-
Component/s: hotspot
-
b13
static bool oop_equals(oop const& s1, oop const& s2) {
return s1 == s2;
}
Some GCs, such as Shenandoah, require proper barrier for oop comparison
return s1 == s2;
}
Some GCs, such as Shenandoah, require proper barrier for oop comparison