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

Ioi Lam iklam at openjdk.org
Thu May 18 00:51:12 UTC 2023


> 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.

Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:

 - Merge branch 'master' into 8308236-remove-clone-dumptime-table
 - Removed unrelated change
 - @calvinccheung comment: remove unused copy_shared_path_table()
 - 8308236: Remove ::clone_dumptime_tables()

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14020/files
  - new: https://git.openjdk.org/jdk/pull/14020/files/dda5f66b..55516a29

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14020&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14020&range=02-03

  Stats: 3782 lines in 108 files changed: 2890 ins; 546 del; 346 mod
  Patch: https://git.openjdk.org/jdk/pull/14020.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14020/head:pull/14020

PR: https://git.openjdk.org/jdk/pull/14020


More information about the hotspot-runtime-dev mailing list