src/share/vm/c1/c1_ValueMap.hpp

changeset 2138
d5d065957597
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/c1/c1_ValueMap.hpp	Thu Sep 02 11:40:02 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_ValueMap.hpp	Fri Sep 03 17:51:07 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2010, 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 @@ -185,11 +185,11 @@
    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_ProfileCounter (ProfileCounter*  x) { /* nothing to do */ }
    1.20  };
    1.21  
    1.22  

mercurial