RFR: 8304687: Move add_to_hierarchy
Coleen Phillimore
coleenp at openjdk.org
Tue Mar 21 21:43:34 UTC 2023
Moved SystemDictionary::add_to_hierarchy to InstanceKlass::add_to_hierarchy where it more logically belongs and next to other functions that also care about dependencies.
Tested with tier1-4, and tier1 on linux,windows,macos to check header file changes.
-------------
Commit messages:
- 8304687: Move add_to_hierarchy
Changes: https://git.openjdk.org/jdk/pull/13129/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13129&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8304687
Stats: 98 lines in 7 files changed: 44 ins; 49 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/13129.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13129/head:pull/13129
PR: https://git.openjdk.org/jdk/pull/13129
More information about the hotspot-dev
mailing list