Integrated: 8308236: Remove SystemDictionaryShared::clone_dumptime_tables()
Ioi Lam
iklam at openjdk.org
Thu May 18 04:14:02 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.
This pull request has now been integrated.
Changeset: 6f75dd87
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6f75dd8741f44b3012c5cab5268e89d09121e4be
Stats: 162 lines in 8 files changed: 0 ins; 162 del; 0 mod
8308236: Remove SystemDictionaryShared::clone_dumptime_tables()
Reviewed-by: vlivanov, ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/14020
More information about the hotspot-runtime-dev
mailing list