src/share/vm/c1/c1_ValueMap.hpp

changeset 2486
403dc4c1d7f5
parent 2314
f95d63e2154a
child 2634
425688247f3d
     1.1 --- a/src/share/vm/c1/c1_ValueMap.hpp	Thu Dec 30 23:44:45 2010 -0800
     1.2 +++ b/src/share/vm/c1/c1_ValueMap.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 @@ -192,11 +192,12 @@
    1.11    void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ }
    1.12    void do_RoundFP        (RoundFP*         x) { /* nothing to do */ }
    1.13    void do_UnsafeGetRaw   (UnsafeGetRaw*    x) { /* nothing to do */ }
    1.14 -  void do_ProfileInvoke  (ProfileInvoke*   x) { /* nothing to do */ };
    1.15    void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ }
    1.16    void do_UnsafePrefetchRead (UnsafePrefetchRead*  x) { /* nothing to do */ }
    1.17    void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }
    1.18    void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ }
    1.19 +  void do_ProfileInvoke  (ProfileInvoke*   x) { /* nothing to do */ };
    1.20 +  void do_RuntimeCall    (RuntimeCall*     x) { /* nothing to do */ };
    1.21  };
    1.22  
    1.23  

mercurial