-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 20, 21
-
Component/s: hotspot
-
b25
There are two leaks in debug builds related to DbgStrings and AsmRemarks. The first is because DbgStrings::share does not call clear() like AsmRemarks::share does. The second is because InterpreterCodelet can be re-used again from CodeletMark if the generated size ends up being 0.