src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp

changeset 2783
eda9eb483d29
parent 2314
f95d63e2154a
child 2971
c9ca3f51cf41
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp	Thu Apr 07 16:52:15 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp	Thu Apr 07 17:16:20 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -143,9 +143,6 @@
    1.11    void adjust_pointers();
    1.12    void compact();
    1.13  
    1.14 -  // Parallel old
    1.15 -  virtual void move_and_update(ParCompactionManager* cm);
    1.16 -
    1.17    // Size info
    1.18    size_t capacity_in_bytes() const        { return object_space()->capacity_in_bytes(); }
    1.19    size_t used_in_bytes() const            { return object_space()->used_in_bytes(); }

mercurial