8264051: Remove unused TRAPS parameters from runtime functions

Reviewed-by: iklam, dholmes
This commit is contained in:
Coleen Phillimore 2021-03-24 12:18:57 +00:00
parent 5d7e93c86d
commit bc91596ca1
16 changed files with 35 additions and 52 deletions

View file

@ -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