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

changeset 3711
b632e80fc9dc
parent 2971
c9ca3f51cf41
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp	Mon Apr 16 08:57:18 2012 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2012, 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 @@ -174,7 +174,7 @@
    1.11    virtual void print_on(outputStream* st) const;
    1.12    void print_used_change(size_t prev_used) const;
    1.13  
    1.14 -  void verify(bool allow_dirty);
    1.15 +  void verify();
    1.16    void verify_object_start_array();
    1.17  
    1.18    // These should not used

mercurial