[14] RFR(S): 8226879: Memory leak in Type::hashcons

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jun 27 15:41:32 UTC 2019


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