Integrated: 8339342: FieldAllocationCount is mostly unused
Coleen Phillimore
coleenp at openjdk.org
Thu Sep 5 16:37:57 UTC 2024
On Wed, 4 Sep 2024 12:20:17 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 48d79431
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/48d79431c95759954f6dd283de78fe9f9fe9370a
Stats: 108 lines in 2 files changed: 4 ins; 101 del; 3 mod
8339342: FieldAllocationCount is mostly unused
Reviewed-by: fparain, stuefe, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/20850
More information about the hotspot-runtime-dev
mailing list