comparison src/share/vm/c1/c1_Canonicalizer.cpp @ 12882:ce0cc25bc5e2

8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
author roland
date Sat, 12 Oct 2013 12:12:59 +0200
parents acadb114c818
children de6a9e811145
comparison
equal deleted inserted replaced
12881:ed2c74787eb5 12882:ce0cc25bc5e2
933 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {} 933 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {}
934 void Canonicalizer::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {} 934 void Canonicalizer::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {}
935 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {} 935 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {}
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_ProfileReturnType(ProfileReturnType* x) {}
938 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {} 939 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
939 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {} 940 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}
940 void Canonicalizer::do_RangeCheckPredicate(RangeCheckPredicate* x) {} 941 void Canonicalizer::do_RangeCheckPredicate(RangeCheckPredicate* x) {}
941 #ifdef ASSERT 942 #ifdef ASSERT
942 void Canonicalizer::do_Assert(Assert* x) {} 943 void Canonicalizer::do_Assert(Assert* x) {}