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

changeset 3711
b632e80fc9dc
parent 2971
c9ca3f51cf41
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp	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 @@ -477,8 +477,8 @@
    1.11  }
    1.12  #endif
    1.13  
    1.14 -void PSOldGen::verify(bool allow_dirty) {
    1.15 -  object_space()->verify(allow_dirty);
    1.16 +void PSOldGen::verify() {
    1.17 +  object_space()->verify();
    1.18  }
    1.19  class VerifyObjectStartArrayClosure : public ObjectClosure {
    1.20    PSOldGen* _gen;

mercurial