comparison src/share/vm/c1/c1_ValueMap.hpp @ 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
201 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ } 201 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ }
202 void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ } 202 void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ }
203 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ } 203 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ }
204 void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ } 204 void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }
205 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ } 205 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ }
206 void do_ProfileReturnType (ProfileReturnType* x) { /* nothing to do */ }
206 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ }; 207 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ };
207 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ }; 208 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ };
208 void do_MemBar (MemBar* x) { /* nothing to do */ }; 209 void do_MemBar (MemBar* x) { /* nothing to do */ };
209 void do_RangeCheckPredicate(RangeCheckPredicate* x) { /* nothing to do */ }; 210 void do_RangeCheckPredicate(RangeCheckPredicate* x) { /* nothing to do */ };
210 #ifdef ASSERT 211 #ifdef ASSERT