src/hotspot/share/interpreter/templateTable.hpp
changeset 48826 c4d9d1b08e2e
parent 47216 71c04702a3d5
child 49364 601146c66cad
--- 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();