RFR: 8339342: FieldAllocationCount is mostly unused
Coleen Phillimore
coleenp at openjdk.org
Wed Sep 4 12:25:46 UTC 2024
The only use for this code except for setting static_oop_field_count was for field allocation code before the FieldLayoutBuilder code was introduced, and continues to be unused for the valhalla field layout code. Removed it.
Tested with tier1 on linux, windows and macosx platforms.
-------------
Commit messages:
- 8339342: FieldAllocationCount is mostly unused
Changes: https://git.openjdk.org/jdk/pull/20850/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20850&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8339342
Stats: 108 lines in 2 files changed: 4 ins; 101 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/20850.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20850/head:pull/20850
PR: https://git.openjdk.org/jdk/pull/20850
More information about the hotspot-runtime-dev
mailing list