src/share/vm/classfile/classFileParser.hpp

changeset 8761
4c3cae5323bb
parent 7890
bf41eee321e5
child 8856
ac27a9c85bea
child 9858
b985cbb00e68
equal deleted inserted replaced
8736:857e77fd668d 8761:4c3cae5323bb
312 // Format checker methods 312 // Format checker methods
313 void classfile_parse_error(const char* msg, TRAPS); 313 void classfile_parse_error(const char* msg, TRAPS);
314 void classfile_parse_error(const char* msg, int index, TRAPS); 314 void classfile_parse_error(const char* msg, int index, TRAPS);
315 void classfile_parse_error(const char* msg, const char *name, TRAPS); 315 void classfile_parse_error(const char* msg, const char *name, TRAPS);
316 void classfile_parse_error(const char* msg, int index, const char *name, TRAPS); 316 void classfile_parse_error(const char* msg, int index, const char *name, TRAPS);
317 void classfile_parse_error(const char* msg, const char* name, const char* signature, TRAPS);
317 inline void guarantee_property(bool b, const char* msg, TRAPS) { 318 inline void guarantee_property(bool b, const char* msg, TRAPS) {
318 if (!b) { classfile_parse_error(msg, CHECK); } 319 if (!b) { classfile_parse_error(msg, CHECK); }
319 } 320 }
320 321
321 PRAGMA_DIAG_PUSH 322 PRAGMA_DIAG_PUSH

mercurial