< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

*** 312,322 **** int runtime_visible_annotations_length, const u1* const runtime_invisible_annotations, int runtime_invisible_annotations_length, TRAPS); ! void set_precomputed_flags(InstanceKlass* k); // Format checker methods void classfile_parse_error(const char* msg, TRAPS) const; void classfile_parse_error(const char* msg, int index, TRAPS) const; void classfile_parse_error(const char* msg, const char *name, TRAPS) const; --- 312,322 ---- int runtime_visible_annotations_length, const u1* const runtime_invisible_annotations, int runtime_invisible_annotations_length, TRAPS); ! void set_precomputed_flags(InstanceKlass* k, TRAPS); // Format checker methods void classfile_parse_error(const char* msg, TRAPS) const; void classfile_parse_error(const char* msg, int index, TRAPS) const; void classfile_parse_error(const char* msg, const char *name, TRAPS) const;
< prev index next >