hotspot/src/share/vm/classfile/stackMapFrame.hpp
changeset 9128 c8ed9bf1b236
parent 8477 e6f1e62b9e23
child 9133 1c8d07466fdb
--- a/hotspot/src/share/vm/classfile/stackMapFrame.hpp	Fri Apr 01 15:15:37 2011 -0700
+++ b/hotspot/src/share/vm/classfile/stackMapFrame.hpp	Thu Mar 31 08:08:50 2011 -0400
@@ -134,7 +134,8 @@
   void copy_stack(const StackMapFrame* src);
 
   // Return true if this stack map frame is assignable to target.
-  bool is_assignable_to(const StackMapFrame* target, TRAPS) const;
+  bool is_assignable_to(const StackMapFrame* target,
+                        bool is_exception_handler, TRAPS) const;
 
   // Push type into stack type array.
   inline void push_stack(VerificationType type, TRAPS) {