src/share/vm/oops/methodDataOop.hpp

changeset 2571
a97fd181b813
parent 2559
72d6c57d0658
parent 2534
e5383553fd4e
child 2615
f767174aac14
     1.1 --- a/src/share/vm/oops/methodDataOop.hpp	Tue Feb 22 15:26:36 2011 -0800
     1.2 +++ b/src/share/vm/oops/methodDataOop.hpp	Wed Feb 23 11:18:16 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 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 @@ -452,7 +452,6 @@
    1.11    // Parallel old support
    1.12    virtual void follow_contents(ParCompactionManager* cm) {}
    1.13    virtual void update_pointers() {}
    1.14 -  virtual void update_pointers(HeapWord* beg_addr, HeapWord* end_addr) {}
    1.15  #endif // SERIALGC
    1.16  
    1.17    // CI translation: ProfileData can represent both MethodDataOop data
    1.18 @@ -748,7 +747,6 @@
    1.19    // Parallel old support
    1.20    virtual void follow_contents(ParCompactionManager* cm);
    1.21    virtual void update_pointers();
    1.22 -  virtual void update_pointers(HeapWord* beg_addr, HeapWord* end_addr);
    1.23  #endif // SERIALGC
    1.24  
    1.25    oop* adr_receiver(uint row) {

mercurial