diff src/share/vm/classfile/verifier.hpp @ 1955:1070423b51f3

6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>' Summary: Update verifier to conform to spec re: reference vs. 'Object' types Reviewed-by: dholmes, coleenp
author kamg
date Wed, 27 Oct 2010 12:53:36 -0400
parents 136b78722a08
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/classfile/verifier.hpp	Tue Oct 26 16:48:28 2010 -0700
+++ b/src/share/vm/classfile/verifier.hpp	Wed Oct 27 12:53:36 2010 -0400
@@ -157,6 +157,8 @@
 
   bool name_in_supers(symbolOop ref_name, instanceKlassHandle current);
 
+  VerificationType object_type() const;
+
   instanceKlassHandle _klass;  // the class being verified
   methodHandle        _method; // current method being verified
   VerificationType    _this_type; // the verification type of the current class