RFR: 8268078: ClassListParser::_interfaces should be freed

Yumin Qi minqi at openjdk.java.net
Tue Jun 15 22:14:33 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

LGTM.

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

Marked as reviewed by minqi (Reviewer).

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


More information about the hotspot-runtime-dev mailing list