src/share/vm/c1/c1_LIR.hpp

changeset 5628
f98f5d48f511
parent 5353
b800986664f4
child 5914
d13d7aba8c12
     1.1 --- a/src/share/vm/c1/c1_LIR.hpp	Fri Aug 23 18:04:35 2013 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIR.hpp	Wed Aug 21 13:34:45 2013 +0200
     1.3 @@ -1211,8 +1211,6 @@
     1.4    bool is_invokedynamic() const                  { return code() == lir_dynamic_call; }
     1.5    bool is_method_handle_invoke() const {
     1.6      return
     1.7 -      is_invokedynamic()  // An invokedynamic is always a MethodHandle call site.
     1.8 -      ||
     1.9        method()->is_compiled_lambda_form()  // Java-generated adapter
    1.10        ||
    1.11        method()->is_method_handle_intrinsic();  // JVM-generated MH intrinsic

mercurial