< prev index next >

src/hotspot/share/c1/c1_RangeCheckElimination.hpp

Print this page
@@ -158,10 +158,11 @@
      void do_UnsafePut      (UnsafePut*       x) { /* nothing to do */ };
      void do_UnsafeGet      (UnsafeGet*       x) { /* nothing to do */ };
      void do_UnsafeGetAndSet(UnsafeGetAndSet* x) { /* nothing to do */ };
      void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ };
      void do_ProfileReturnType (ProfileReturnType*  x) { /* nothing to do */ };
+     void do_ProfileACmpTypes(ProfileACmpTypes*  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
< prev index next >