src/share/vm/oops/cpCacheOop.hpp

changeset 2534
e5383553fd4e
parent 2533
c5a923563727
child 2639
8033953d67ff
     1.1 --- a/src/share/vm/oops/cpCacheOop.hpp	Mon Feb 07 22:19:57 2011 -0800
     1.2 +++ b/src/share/vm/oops/cpCacheOop.hpp	Tue Feb 08 12:33:19 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 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 @@ -287,7 +287,6 @@
    1.11  #endif // SERIALGC
    1.12  
    1.13    void update_pointers();
    1.14 -  void update_pointers(HeapWord* beg_addr, HeapWord* end_addr);
    1.15  
    1.16    // RedefineClasses() API support:
    1.17    // If this constantPoolCacheEntry refers to old_method then update it

mercurial