src/share/vm/classfile/stackMapFrame.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/stackMapFrame.hpp	Thu Mar 31 08:21:17 2011
--- new/src/share/vm/classfile/stackMapFrame.hpp	Thu Mar 31 08:21:15 2011

*** 132,142 **** --- 132,143 ---- // Copy stack type array in src into this stack type array. 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_exception_handler, TRAPS) const; // Push type into stack type array. inline void push_stack(VerificationType type, TRAPS) { assert(!type.is_check(), "Must be a real type"); if (_stack_size >= _max_stack) {

src/share/vm/classfile/stackMapFrame.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File