hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 46352 4ece6d1f3f76
parent 44239 fdd97dc2367b
parent 46301 57f01b1bd33c
child 46427 54713555867e
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Sat Mar 25 01:44:22 2017 +0000
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Tue Mar 28 00:03:23 2017 +0200
@@ -312,6 +312,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); }