src/share/vm/classfile/verifier.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/verifier.hpp	Thu Jul 24 11:16:08 2014
--- new/src/share/vm/classfile/verifier.hpp	Thu Jul 24 11:16:06 2014

*** 304,313 **** --- 304,318 ---- void verify_invoke_init( RawBytecodeStream* bcs, u2 ref_index, VerificationType ref_class_type, StackMapFrame* current_frame, u4 code_length, bool* this_uninit, constantPoolHandle cp, TRAPS); + bool ends_in_athrow( + u4 start_bc_offset, u4 end_bc_offset, bool reach_end_of_bc); + + bool switch_athrows(Bytecodes::Code opcode, RawBytecodeStream* bcs); + void verify_invoke_instructions( RawBytecodeStream* bcs, u4 code_length, StackMapFrame* current_frame, bool* this_uninit, VerificationType return_type, constantPoolHandle cp, TRAPS);

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