hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 5709 3b5307e27c1d
parent 3821 847fddcb639b
child 5712 7e82752d3fdf
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Wed May 26 14:16:55 2010 -0700
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Thu May 27 17:06:39 2010 -0400
@@ -195,6 +195,9 @@
     if (!b) { classfile_parse_error(msg, index, name, CHECK); }
   }
 
+  void throwIllegalSignature(
+      const char* type, symbolHandle name, symbolHandle sig, TRAPS);
+
   bool is_supported_version(u2 major, u2 minor);
   bool has_illegal_visibility(jint flags);