Details
-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b18
Description
It turns out that enquening string deduplication candidates during concurrent root scanning may result lock rank inversion between stack watermark lock and string dedup queue lock, if the scanning is triggered by stack watermark and dedup buffer happens to be full.
BackoutJDK-8264718 now, will retry after Kim's string deduplication refactoring.
Backout