diff src/share/vm/classfile/stackMapFrame.hpp @ 2303:c1a6154012c8

7020118: Alter frame assignability to allow for exception handler coverage of invokespecial <init> Summary: Add special rule to allow assignment of frames with uninit flags set. Reviewed-by: never, coleenp
author kamg
date Mon, 28 Feb 2011 16:01:59 -0500
parents 3582bf76420e
children 1d1603768966 7144a1d6e0a9
line wrap: on
line diff
--- a/src/share/vm/classfile/stackMapFrame.hpp	Mon Feb 28 14:19:52 2011 +0100
+++ b/src/share/vm/classfile/stackMapFrame.hpp	Mon Feb 28 16:01:59 2011 -0500
@@ -228,6 +228,8 @@
   bool is_assignable_to(
     VerificationType* src, VerificationType* target, int32_t len, TRAPS) const;
 
+  bool has_flag_match_exception(const StackMapFrame* target) const;
+
   // Debugging
   void print() const PRODUCT_RETURN;
 };