comparison src/share/vm/c1/c1_Canonicalizer.cpp @ 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
936 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {} 936 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
937 void Canonicalizer::do_ProfileCall(ProfileCall* x) {} 937 void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
938 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {} 938 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
939 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {} 939 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}
940 void Canonicalizer::do_RangeCheckPredicate(RangeCheckPredicate* x) {} 940 void Canonicalizer::do_RangeCheckPredicate(RangeCheckPredicate* x) {}
941 #ifdef ASSERT
941 void Canonicalizer::do_Assert(Assert* x) {} 942 void Canonicalizer::do_Assert(Assert* x) {}
943 #endif
942 void Canonicalizer::do_MemBar(MemBar* x) {} 944 void Canonicalizer::do_MemBar(MemBar* x) {}