--- old/src/share/vm/classfile/verifier.hpp 2014-07-24 11:16:08.944154000 -0400 +++ new/src/share/vm/classfile/verifier.hpp 2014-07-24 11:16:06.917952000 -0400 @@ -306,6 +306,11 @@ 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,