hotspot/src/share/vm/c1/c1_Instruction.hpp
changeset 17011 def8879c5b81
parent 16611 6807a703dd6b
child 19696 bd5a0131bde1
equal deleted inserted replaced
17009:f5fe7861d135 17011:def8879c5b81
   109 class   ProfileCall;
   109 class   ProfileCall;
   110 class   ProfileInvoke;
   110 class   ProfileInvoke;
   111 class   RuntimeCall;
   111 class   RuntimeCall;
   112 class   MemBar;
   112 class   MemBar;
   113 class   RangeCheckPredicate;
   113 class   RangeCheckPredicate;
       
   114 #ifdef ASSERT
   114 class   Assert;
   115 class   Assert;
       
   116 #endif
   115 
   117 
   116 // A Value is a reference to the instruction creating the value
   118 // A Value is a reference to the instruction creating the value
   117 typedef Instruction* Value;
   119 typedef Instruction* Value;
   118 define_array(ValueArray, Value)
   120 define_array(ValueArray, Value)
   119 define_stack(Values, ValueArray)
   121 define_stack(Values, ValueArray)