< prev index next >

src/hotspot/share/oops/arrayKlass.cpp

Print this page

        

*** 77,87 **** // There are no methods in an array klass but the super class (Object) has some assert(super(), "super klass must be present"); // Always ignore overpass methods in superclasses, although technically the // super klass of an array, (j.l.Object) should not have // any overpass methods present. ! return super()->uncached_lookup_method(name, signature, Klass::skip_overpass, private_mode); } ArrayKlass::ArrayKlass(Symbol* name, KlassID id) : Klass(id), _dimension(1), --- 77,87 ---- // There are no methods in an array klass but the super class (Object) has some assert(super(), "super klass must be present"); // Always ignore overpass methods in superclasses, although technically the // super klass of an array, (j.l.Object) should not have // any overpass methods present. ! return super()->uncached_lookup_method(name, signature, OverpassLookupMode::skip_overpass, private_mode); } ArrayKlass::ArrayKlass(Symbol* name, KlassID id) : Klass(id), _dimension(1),
< prev index next >