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

@ -708,8 +708,7 @@ void InterpreterRuntime::resolve_get_put(JavaThread* thread, Bytecodes::Code byt
info.offset(),
state,
info.access_flags().is_final(),
info.access_flags().is_volatile(),
pool->pool_holder()
info.access_flags().is_volatile()
);
}