RFR: 8301997: Move method resolution information out of the cpCache [v2]
Coleen Phillimore
coleenp at openjdk.org
Wed Oct 18 00:32:54 UTC 2023
On Tue, 17 Oct 2023 20:22:25 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removed some comments and relocated code
>
> src/hotspot/share/interpreter/rewriter.hpp line 45:
>
>> 43: GrowableArray<int> _cp_map;
>> 44: GrowableArray<int> _cpi_to_method_index_map;
>> 45: GrowableArray<int> _cp_cache_map; // for Methodref, Fieldref,
>
> I think this field and a couple other functions in rewriter.hpp still need to be deleted.
And some _first_iteration_cp_cache_limit (?)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15455#discussion_r1362725003
More information about the hotspot-dev
mailing list