src/share/vm/c1/c1_Canonicalizer.hpp

changeset 2486
403dc4c1d7f5
parent 2314
f95d63e2154a
child 3246
34535d2cb362
     1.1 --- a/src/share/vm/c1/c1_Canonicalizer.hpp	Thu Dec 30 23:44:45 2010 -0800
     1.2 +++ b/src/share/vm/c1/c1_Canonicalizer.hpp	Fri Jan 21 13:01:02 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -102,6 +102,7 @@
    1.11    virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
    1.12    virtual void do_ProfileCall    (ProfileCall*     x);
    1.13    virtual void do_ProfileInvoke  (ProfileInvoke*   x);
    1.14 +  virtual void do_RuntimeCall    (RuntimeCall*     x);
    1.15  };
    1.16  
    1.17  #endif // SHARE_VM_C1_C1_CANONICALIZER_HPP

mercurial