-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 16
-
Component/s: hotspot
-
b26
-
Verified
If we have a jlr.Reference with an associated queue, and clear() is called on that reference during concurrent reference processing, the reference may not be notified. This is a detectable difference from STW reference processing, where if the reference is cleared by the GC it will always be notified.