< prev index next > src/hotspot/share/oops/instanceRefKlass.cpp
Print this page
const Symbol* const name = parser.class_name();
return reference_subclass_name_to_type(name);
}
InstanceRefKlass::InstanceRefKlass(const ClassFileParser& parser)
! : InstanceKlass(parser, Kind, determine_reference_type(parser)) {}
void InstanceRefKlass::update_nonstatic_oop_maps(Klass* k) {
// Clear the nonstatic oop-map entries corresponding to referent
// and discovered fields. They are treated specially by the
// garbage collector.
const Symbol* const name = parser.class_name();
return reference_subclass_name_to_type(name);
}
InstanceRefKlass::InstanceRefKlass(const ClassFileParser& parser)
! : InstanceKlass(parser, Kind, markWord::prototype(), determine_reference_type(parser)) {}
void InstanceRefKlass::update_nonstatic_oop_maps(Klass* k) {
// Clear the nonstatic oop-map entries corresponding to referent
// and discovered fields. They are treated specially by the
// garbage collector.
< prev index next >