src/share/vm/oops/methodDataOop.hpp

changeset 2534
e5383553fd4e
parent 2314
f95d63e2154a
child 2571
a97fd181b813
     1.1 --- a/src/share/vm/oops/methodDataOop.hpp	Mon Feb 07 22:19:57 2011 -0800
     1.2 +++ b/src/share/vm/oops/methodDataOop.hpp	Tue Feb 08 12:33:19 2011 +0100
     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