src/share/vm/c1/c1_RangeCheckElimination.hpp

changeset 5914
d13d7aba8c12
parent 4947
acadb114c818
child 5921
ce0cc25bc5e2
     1.1 --- a/src/share/vm/c1/c1_RangeCheckElimination.hpp	Wed Oct 09 11:05:17 2013 -0700
     1.2 +++ b/src/share/vm/c1/c1_RangeCheckElimination.hpp	Wed Oct 09 16:32:21 2013 +0200
     1.3 @@ -162,7 +162,7 @@
     1.4      void do_UnsafePrefetchRead (UnsafePrefetchRead*  x) { /* nothing to do */ };
     1.5      void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ };
     1.6      void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ };
     1.7 -    void do_ProfileInvoke  (ProfileInvoke*  x)  { /* nothing to do */ };
     1.8 +    void do_ProfileInvoke  (ProfileInvoke*   x) { /* nothing to do */ };
     1.9      void do_RuntimeCall    (RuntimeCall*     x) { /* nothing to do */ };
    1.10      void do_MemBar         (MemBar*          x) { /* nothing to do */ };
    1.11      void do_RangeCheckPredicate(RangeCheckPredicate* x) { /* nothing to do */ };

mercurial