comparison src/share/vm/c1/c1_ValueMap.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 ce0cc25bc5e2
comparison
equal deleted inserted replaced
9155:bb4a966cc68f 9156:acadb114c818
205 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ } 205 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ }
206 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ }; 206 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ };
207 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ }; 207 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ };
208 void do_MemBar (MemBar* x) { /* nothing to do */ }; 208 void do_MemBar (MemBar* x) { /* nothing to do */ };
209 void do_RangeCheckPredicate(RangeCheckPredicate* x) { /* nothing to do */ }; 209 void do_RangeCheckPredicate(RangeCheckPredicate* x) { /* nothing to do */ };
210 #ifdef ASSERT
210 void do_Assert (Assert* x) { /* nothing to do */ }; 211 void do_Assert (Assert* x) { /* nothing to do */ };
212 #endif
211 }; 213 };
212 214
213 215
214 class ValueNumberingEffects: public ValueNumberingVisitor { 216 class ValueNumberingEffects: public ValueNumberingVisitor {
215 private: 217 private: