changeset 2570 | ecc7862946d4 |
parent 1374 | 4c24294029a9 |
child 3261 | c7d5aae8d3f7 |
--- a/hotspot/src/share/vm/interpreter/templateTable.hpp Mon Apr 20 14:48:03 2009 -0700 +++ b/hotspot/src/share/vm/interpreter/templateTable.hpp Tue Apr 21 23:21:04 2009 -0700 @@ -261,6 +261,7 @@ static void invokespecial(int byte_no); static void invokestatic(int byte_no); static void invokeinterface(int byte_no); + static void invokedynamic(int byte_no); static void fast_invokevfinal(int byte_no); static void getfield_or_static(int byte_no, bool is_static);