RFR: 8252049: Native memory leak in ciMethodData ctor [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Fri Dec 4 22:43:16 UTC 2020
On Fri, 4 Dec 2020 22:35:35 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> src/hotspot/share/oops/methodData.hpp line 1972:
>>
>>> 1970: }; // Public flag values
>>> 1971:
>>> 1972: class MDHeader : public StackObj {
>>
>> MDHeader appears to be a Value Obj and not a StackObj, so it shouldn't inherit from StackObj.
>
> Fixed.
>
> And I was curious where `ValueObj`/`VALUE_OBJ_CLASS_SPEC` hide... :-) Until I learned from JDK-8173070 and JDK-8198243 that it was retired for good.
yes, it's gone. thanks for making this change. thumbs up.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1478
More information about the hotspot-runtime-dev
mailing list