src/share/vm/c1/c1_LIR.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_LIR.hpp	Wed Aug 21 16:07:21 2013
--- new/src/share/vm/c1/c1_LIR.hpp	Wed Aug 21 16:07:20 2013

*** 1209,1220 **** --- 1209,1218 ---- // JSR 292 support. bool is_invokedynamic() const { return code() == lir_dynamic_call; } bool is_method_handle_invoke() const { return is_invokedynamic() // An invokedynamic is always a MethodHandle call site. || method()->is_compiled_lambda_form() // Java-generated adapter || method()->is_method_handle_intrinsic(); // JVM-generated MH intrinsic }

src/share/vm/c1/c1_LIR.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File