comparison src/share/vm/c1/c1_Instruction.hpp @ 9156:acadb114c818

8011648: C1: optimized build is broken after 7153771 Summary: missing #ifdef ASSERT Reviewed-by: kvn
author roland
date Mon, 15 Apr 2013 17:17:11 +0200
parents 46f6f063b272
children 9758d9f36299
comparison
equal deleted inserted replaced
9155:bb4a966cc68f 9156:acadb114c818
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)