mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue