src/share/vm/interpreter/bytecode.hpp

changeset 1570
e66fd840cb6b
parent 1279
bd02caa94611
child 1573
dd57230ba8fe
     1.1 --- a/src/share/vm/interpreter/bytecode.hpp	Mon Jan 04 07:04:46 2010 -0800
     1.2 +++ b/src/share/vm/interpreter/bytecode.hpp	Mon Jan 04 18:38:08 2010 +0100
     1.3 @@ -210,7 +210,8 @@
     1.4    bool is_valid() const                          { return is_invokeinterface() ||
     1.5                                                            is_invokevirtual()   ||
     1.6                                                            is_invokestatic()    ||
     1.7 -                                                          is_invokespecial();     }
     1.8 +                                                          is_invokespecial()   ||
     1.9 +                                                          is_invokedynamic(); }
    1.10  
    1.11    // Creation
    1.12    inline friend Bytecode_invoke* Bytecode_invoke_at(methodHandle method, int bci);

mercurial