hotspot/src/share/vm/interpreter/bytecode.hpp
changeset 4564 55dfb20908d0
parent 3261 c7d5aae8d3f7
child 4567 7fc02fbe5c7a
--- a/hotspot/src/share/vm/interpreter/bytecode.hpp	Mon Jan 04 07:04:46 2010 -0800
+++ b/hotspot/src/share/vm/interpreter/bytecode.hpp	Mon Jan 04 18:38:08 2010 +0100
@@ -210,7 +210,8 @@
   bool is_valid() const                          { return is_invokeinterface() ||
                                                           is_invokevirtual()   ||
                                                           is_invokestatic()    ||
-                                                          is_invokespecial();     }
+                                                          is_invokespecial()   ||
+                                                          is_invokedynamic(); }
 
   // Creation
   inline friend Bytecode_invoke* Bytecode_invoke_at(methodHandle method, int bci);