8263544: Unused argument in ConstantPoolCacheEntry::set_field()

Reviewed-by: coleenp, dholmes
This commit is contained in:
Frederic Parain 2021-03-15 12:57:51 +00:00
parent c0176c42dc
commit 80cdf7882d
3 changed files with 3 additions and 6 deletions

View file

@ -223,8 +223,7 @@ class ConstantPoolCacheEntry {
int field_offset, // the field offset in words in the field holder
TosState field_type, // the (machine) field type
bool is_final, // the field is final
bool is_volatile, // the field is volatile
Klass* root_klass // needed by the GC to dirty the klass
bool is_volatile // the field is volatile
);
private: