src/share/vm/interpreter/bytecode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6893081 Cdiff src/share/vm/interpreter/bytecode.hpp

src/share/vm/interpreter/bytecode.hpp

Print this page
rev 1024 : imported patch indy-cleanup-6893081.patch

*** 208,218 **** bool has_giant_index() const { return is_invokedynamic(); } bool is_valid() const { return is_invokeinterface() || is_invokevirtual() || is_invokestatic() || ! is_invokespecial(); } // Creation inline friend Bytecode_invoke* Bytecode_invoke_at(methodHandle method, int bci); // Like Bytecode_invoke_at. Instead it returns NULL if the bci is not at an invoke. --- 208,219 ---- bool has_giant_index() const { return is_invokedynamic(); } bool is_valid() const { return is_invokeinterface() || is_invokevirtual() || is_invokestatic() || ! is_invokespecial() || ! is_invokedynamic(); } // Creation inline friend Bytecode_invoke* Bytecode_invoke_at(methodHandle method, int bci); // Like Bytecode_invoke_at. Instead it returns NULL if the bci is not at an invoke.
src/share/vm/interpreter/bytecode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File