RFR: 8268078: ClassListParser::_interfaces should be freed [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Tue Jun 15 22:57:37 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
Looks good to me!
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4498
More information about the hotspot-runtime-dev
mailing list