-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8, 11, 14, 15, 16
-
Component/s: hotspot
-
b26
TypedMethodOptionMatcher owns ccstr value (vs. os::strdup_check_oom()), but never frees it in destructor.
It does not appear to a real issue so far, because TypedMethodOptionMatcher seems immortal. Given it releases _option string, it should also release ccstr value.
It does not appear to a real issue so far, because TypedMethodOptionMatcher seems immortal. Given it releases _option string, it should also release ccstr value.