src/share/vm/utilities/constantTag.hpp

changeset 2742
ed69575596ac
parent 2353
dad31fc330cd
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/utilities/constantTag.hpp	Wed Apr 06 17:32:09 2011 -0700
     1.2 +++ b/src/share/vm/utilities/constantTag.hpp	Thu Apr 07 17:02:30 2011 -0700
     1.3 @@ -86,8 +86,7 @@
     1.4  
     1.5    bool is_method_type() const              { return _tag == JVM_CONSTANT_MethodType; }
     1.6    bool is_method_handle() const            { return _tag == JVM_CONSTANT_MethodHandle; }
     1.7 -  bool is_invoke_dynamic() const           { return (_tag == JVM_CONSTANT_InvokeDynamic ||
     1.8 -                                                     _tag == JVM_CONSTANT_InvokeDynamicTrans); }
     1.9 +  bool is_invoke_dynamic() const           { return _tag == JVM_CONSTANT_InvokeDynamic; }
    1.10  
    1.11    bool is_loadable_constant() const {
    1.12      return ((_tag >= JVM_CONSTANT_Integer && _tag <= JVM_CONSTANT_String) ||

mercurial