mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8264051: Remove unused TRAPS parameters from runtime functions
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
5d7e93c86d
commit
bc91596ca1
16 changed files with 35 additions and 52 deletions
|
@ -5422,7 +5422,7 @@ void ClassFileParser::fill_instance_klass(InstanceKlass* ik,
|
|||
|
||||
// can only set dynamic nest-host after static nest information is set
|
||||
if (cl_inst_info.dynamic_nest_host() != NULL) {
|
||||
ik->set_nest_host(cl_inst_info.dynamic_nest_host(), THREAD);
|
||||
ik->set_nest_host(cl_inst_info.dynamic_nest_host());
|
||||
}
|
||||
|
||||
// note that is not safe to use the fields in the parser from this point on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue