RFR: 8308236: Remove SystemDictionaryShared::clone_dumptime_tables() [v2]

Ioi Lam iklam at openjdk.org
Wed May 17 21:23:13 UTC 2023


On Tue, 16 May 2023 22:39:30 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @calvinccheung comment: remove unused copy_shared_path_table()
>
> src/hotspot/share/cds/filemap.hpp line 476:
> 
>> 474:   static void allocate_shared_path_table(TRAPS);
>> 475:   static void copy_shared_path_table(ClassLoaderData* loader_data, TRAPS);
>> 476:   static void clone_shared_path_table(TRAPS);
> 
> I think the `copy_shared_path_table` could be removed as well.

I've removed it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14020#discussion_r1197062181


More information about the hotspot-runtime-dev mailing list