< prev index next >

src/share/vm/classfile/verificationType.hpp

Print this page

        

*** 325,338 **** int index = 0; while (name()->byte_at(index) == '[') index++; return index; } - // checks if the class represented by 'this' is a nestmate of the - // cur class being verified - bool is_nestmate_of(InstanceKlass* cur, TRAPS) const; - void print_on(outputStream* st) const; private: bool is_reference_assignable_from( --- 325,334 ----
< prev index next >