Integrated: 8253960: Memory leak in Java_java_lang_ClassLoader_defineClass0()

Zhengyu Gu zgu at openjdk.java.net
Mon Oct 5 13:12:44 UTC 2020


On Sat, 3 Oct 2020 00:05:40 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> The memory leak is quite obvious. Early return results 'body' not been released.
> 
> Test:
> 
> - [x] tier1 on Linux x86_64

This pull request has now been integrated.

Changeset: 19219a96
Author:    Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/19219a96
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8253960: Memory leak in Java_java_lang_ClassLoader_defineClass0()

Reviewed-by: mchung, stuefe, alanb

-------------

PR: https://git.openjdk.java.net/jdk/pull/492


More information about the core-libs-dev mailing list