mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8263544: Unused argument in ConstantPoolCacheEntry::set_field()
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
c0176c42dc
commit
80cdf7882d
3 changed files with 3 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue