diff -r ef8a98bc71f8 -r c4d9d1b08e2e src/hotspot/share/interpreter/templateTable.hpp --- a/src/hotspot/share/interpreter/templateTable.hpp Wed Jan 31 10:55:49 2018 -0800 +++ b/src/hotspot/share/interpreter/templateTable.hpp Fri Sep 08 10:46:46 2017 -0700 @@ -295,6 +295,7 @@ 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 _new(); static void newarray();