< prev index next >

src/hotspot/share/classfile/classFileParser.cpp

Print this page
rev 59275 : [mq]: v1

*** 5676,5686 **** // the parser onto the InstanceKlass* apply_parsed_class_metadata(ik, _java_fields_count, CHECK); // 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(), CHECK); } // note that is not safe to use the fields in the parser from this point on assert(NULL == _cp, "invariant"); assert(NULL == _fields, "invariant"); --- 5676,5686 ---- // the parser onto the InstanceKlass* apply_parsed_class_metadata(ik, _java_fields_count, CHECK); // 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); } // note that is not safe to use the fields in the parser from this point on assert(NULL == _cp, "invariant"); assert(NULL == _fields, "invariant");
< prev index next >