< prev index next >

src/hotspot/share/interpreter/templateTable.hpp

Print this page

        

*** 295,306 **** --- 295,308 ---- static void nofast_putfield(int byte_no); static void getstatic(int byte_no); static void putstatic(int byte_no); static void pop_and_check_object(Register obj); static void condy_helper(Label& Done); // shared by ldc instances + static void withfield(); static void _new(); + static void defaultvalue(); static void newarray(); static void anewarray(); static void arraylength(); static void checkcast(); static void instanceof();
< prev index next >