hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 46301 57f01b1bd33c
parent 42630 ae91fbc4b59f
child 46352 4ece6d1f3f76
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Wed Mar 01 14:59:36 2017 -0800
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Tue Feb 28 20:32:06 2017 -0800
@@ -301,6 +301,10 @@
                              int index,
                              const char *name,
                              TRAPS) const;
+  void classfile_parse_error(const char* msg,
+                             const char* name,
+                             const char* signature,
+                             TRAPS) const;
 
   inline void guarantee_property(bool b, const char* msg, TRAPS) const {
     if (!b) { classfile_parse_error(msg, CHECK); }