comparison src/share/vm/c1/c1_Canonicalizer.hpp @ 8860:46f6f063b272

7153771: array bound check elimination for c1 Summary: when possible optimize out array bound checks, inserting predicates when needed. Reviewed-by: never, kvn, twisti Contributed-by: thomaswue <thomas.wuerthinger@oracle.com>
author roland
date Thu, 21 Mar 2013 09:27:54 +0100
parents b9a9ed0f8eeb
children acadb114c818
comparison
equal deleted inserted replaced
8780:98f3af397705 8860:46f6f063b272
105 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x); 105 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
106 virtual void do_ProfileCall (ProfileCall* x); 106 virtual void do_ProfileCall (ProfileCall* x);
107 virtual void do_ProfileInvoke (ProfileInvoke* x); 107 virtual void do_ProfileInvoke (ProfileInvoke* x);
108 virtual void do_RuntimeCall (RuntimeCall* x); 108 virtual void do_RuntimeCall (RuntimeCall* x);
109 virtual void do_MemBar (MemBar* x); 109 virtual void do_MemBar (MemBar* x);
110 virtual void do_RangeCheckPredicate(RangeCheckPredicate* x);
111 virtual void do_Assert (Assert* x);
110 }; 112 };
111 113
112 #endif // SHARE_VM_C1_C1_CANONICALIZER_HPP 114 #endif // SHARE_VM_C1_C1_CANONICALIZER_HPP