src/share/vm/classfile/stackMapTable.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/stackMapTable.hpp	Thu Jul 24 08:15:21 2014
--- new/src/share/vm/classfile/stackMapTable.hpp	Thu Jul 24 08:15:19 2014

*** 58,73 **** --- 58,73 ---- // Match and/or update current_frame to the frame in stackmap table with // specified offset. Return true if the two frames match. bool match_stackmap( StackMapFrame* current_frame, int32_t offset, ! bool match, bool update, bool handler, ErrorContext* ctx, TRAPS) const; // Match and/or update current_frame to the frame in stackmap table with // specified offset and frame index. Return true if the two frames match. bool match_stackmap( StackMapFrame* current_frame, int32_t offset, int32_t frame_index, ! bool match, bool update, bool handler, ErrorContext* ctx, TRAPS) const; // Check jump instructions. Make sure there are no uninitialized // instances on backward branch. void check_jump_target(StackMapFrame* frame, int32_t target, TRAPS) const;

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