RFR: 8268078: ClassListParser::_interfaces should be freed [v2]

Ioi Lam iklam at openjdk.java.net
Wed Jun 16 01:16:31 UTC 2021


On Tue, 15 Jun 2021 22:47:54 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
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   revert the changes for freeing the _id2klass_table

LGTM

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

Marked as reviewed by iklam (Reviewer).

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


More information about the hotspot-runtime-dev mailing list