src/share/vm/interpreter/templateTable.hpp

changeset 1161
be93aad57795
parent 777
37f87013dfd8
child 1279
bd02caa94611
     1.1 --- a/src/share/vm/interpreter/templateTable.hpp	Mon Apr 20 14:48:03 2009 -0700
     1.2 +++ b/src/share/vm/interpreter/templateTable.hpp	Tue Apr 21 23:21:04 2009 -0700
     1.3 @@ -261,6 +261,7 @@
     1.4    static void invokespecial(int byte_no);
     1.5    static void invokestatic(int byte_no);
     1.6    static void invokeinterface(int byte_no);
     1.7 +  static void invokedynamic(int byte_no);
     1.8    static void fast_invokevfinal(int byte_no);
     1.9  
    1.10    static void getfield_or_static(int byte_no, bool is_static);

mercurial