RFR: 8308236: Remove SystemDictionaryShared::clone_dumptime_tables()

Vladimir Ivanov vlivanov at openjdk.org
Tue May 16 21:52:43 UTC 2023


On Tue, 16 May 2023 21:05:57 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> This function was necessary because we were patching the pointers inside `SystemDictionaryShared::_dumptime_table` when dumping the CDS archive. We no longer do that since [JDK-8307567](https://bugs.openjdk.org/browse/JDK-8307567), so this function and related code can be removed.

Looks good.

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

Marked as reviewed by vlivanov (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14020#pullrequestreview-1429487559


More information about the hotspot-runtime-dev mailing list