src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

changeset 3711
b632e80fc9dc
parent 3357
441e946dc1af
child 3730
9f059abe8cf2
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.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 @@ -492,7 +492,7 @@
    1.11    void print()                            const;
    1.12    void print_on(outputStream* st)         const;
    1.13    void prepare_for_verify();
    1.14 -  void verify(bool allow_dirty)           const;
    1.15 +  void verify()                           const;
    1.16    void verifyFreeLists()                  const PRODUCT_RETURN;
    1.17    void verifyIndexedFreeLists()           const;
    1.18    void verifyIndexedFreeList(size_t size) const;

mercurial