< prev index next >

src/hotspot/share/c1/c1_GraphBuilder.hpp

Print this page

@@ -265,10 +265,14 @@
   void monitorexit(Value x, int bci);
   void new_multi_array(int dimensions);
   void throw_op(int bci);
   Value round_fp(Value fp_value);
 
+  // value types
+  void new_value_type_instance(int klass_index);
+  void withfield(int field_index);
+
   // stack/code manipulation helpers
   Instruction* append_with_bci(Instruction* instr, int bci);
   Instruction* append(Instruction* instr);
   Instruction* append_split(StateSplit* instr);
 
< prev index next >