Integrated: 8268078: ClassListParser::_interfaces should be freed

Calvin Cheung ccheung at openjdk.java.net
Wed Jun 16 02:20:36 UTC 2021


On Tue, 15 Jun 2021 20:29:12 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> This patch frees the `_interfaces`, `_indy_items`, and `_id2klass_table` of `ClassListParser` in its destructor.
> It also fixes the non-NULL check at line 88.
> 
> - [x] mach5 tiers 1, 2 tests

This pull request has now been integrated.

Changeset: 3ad65867
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3ad658677b1ad2ea15d75ec7f1fe71e37f3913b9
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8268078: ClassListParser::_interfaces should be freed

Reviewed-by: minqi, iklam, coleenp

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

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


More information about the hotspot-runtime-dev mailing list