[14] RFR(S): 8226879: Memory leak in Type::hashcons
Tobias Hartmann
tobias.hartmann at oracle.com
Fri Jun 28 07:13:30 UTC 2019
Thanks Vladimir! Pushed.
Best regards,
Tobias
On 27.06.19 17:41, Vladimir Kozlov wrote:
> Good.
>
> Thanks
> Vladimir
>
>> On Jun 27, 2019, at 2:02 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:
>>
>> Hi,
>>
>> please review the following patch:
>> https://bugs.openjdk.java.net/browse/JDK-8226879
>> http://cr.openjdk.java.net/~thartmann/8226879/webrev.00/
>>
>> We might allocate a new type in xdual() but if the type is self symmetric we just discard it without
>> calling delete. This only affects the per-compilation arena (which is freed after compilation).
>>
>> Thanks,
>> Tobias
>
More information about the hotspot-compiler-dev
mailing list