src/share/vm/c1/c1_RangeCheckElimination.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_RangeCheckElimination.hpp	Wed Oct  9 18:09:23 2013
--- new/src/share/vm/c1/c1_RangeCheckElimination.hpp	Wed Oct  9 18:09:23 2013

*** 160,169 **** --- 160,170 ---- void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ }; void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { /* nothing to do */ }; void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ }; void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }; void do_ProfileCall (ProfileCall* x) { /* nothing to do */ }; + void do_ProfileReturnType (ProfileReturnType* x) { /* nothing to do */ }; void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ }; void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ }; void do_MemBar (MemBar* x) { /* nothing to do */ }; void do_RangeCheckPredicate(RangeCheckPredicate* x) { /* nothing to do */ }; #ifdef ASSERT

src/share/vm/c1/c1_RangeCheckElimination.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File