diff -r c3fc6f9ed68d -r c8ed9bf1b236 hotspot/src/share/vm/classfile/stackMapFrame.hpp --- 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) {