-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b15
In ClassFileParser, FieldAllocationCount and its associated FieldAllocation may have been previously used for the field layout code, but it is not used for that anymore. The only use is to update the number of static oops:
ik->set_static_oop_field_count(_fac->count[STATIC_OOP]);
We could just count those and remove thiis code.
ik->set_static_oop_field_count(_fac->count[STATIC_OOP]);
We could just count those and remove thiis code.
- links to
-
Commit(master) openjdk/jdk/48d79431
-
Review(master) openjdk/jdk/20850