src/share/vm/c1/c1_LIRGenerator.hpp

changeset 2486
403dc4c1d7f5
parent 2314
f95d63e2154a
child 2781
e1162778c1c8
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Thu Dec 30 23:44:45 2010 -0800
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Fri Jan 21 13:01:02 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 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 @@ -522,6 +522,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  

mercurial