< prev index next >

src/hotspot/share/oops/instanceKlass.hpp

Print this page

        

*** 456,466 **** InstanceKlass* nest_host(Symbol* validationException, TRAPS); InstanceKlass* raw_nest_host() { return _nest_host; } // debugging // Called to verify that k is a member of this nest - does not look at k's nest-host bool has_nest_member(InstanceKlass* k, TRAPS) const; ! // Check if this klass is a nestmate of k bool has_nestmate_access_to(InstanceKlass* k, TRAPS); enum InnerClassAttributeOffset { // From http://mirror.eng/products/jdk/1.1/docs/guide/innerclasses/spec/innerclasses.doc10.html#18814 inner_class_inner_class_info_offset = 0, --- 456,466 ---- InstanceKlass* nest_host(Symbol* validationException, TRAPS); InstanceKlass* raw_nest_host() { return _nest_host; } // debugging // Called to verify that k is a member of this nest - does not look at k's nest-host bool has_nest_member(InstanceKlass* k, TRAPS) const; ! // Check if this klass is a nestmate of k - resolves this nest-host and k's bool has_nestmate_access_to(InstanceKlass* k, TRAPS); enum InnerClassAttributeOffset { // From http://mirror.eng/products/jdk/1.1/docs/guide/innerclasses/spec/innerclasses.doc10.html#18814 inner_class_inner_class_info_offset = 0,
< prev index next >