--- old/src/share/vm/interpreter/bytecode.hpp 2009-10-20 22:06:59.201329471 +0200 +++ new/src/share/vm/interpreter/bytecode.hpp 2009-10-20 22:06:59.090015340 +0200 @@ -210,7 +210,8 @@ bool is_valid() const { return is_invokeinterface() || is_invokevirtual() || is_invokestatic() || - is_invokespecial(); } + is_invokespecial() || + is_invokedynamic(); } // Creation inline friend Bytecode_invoke* Bytecode_invoke_at(methodHandle method, int bci);