src/share/vm/memory/generation.cpp

changeset 3711
b632e80fc9dc
parent 2651
92da084fefc9
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/memory/generation.cpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/memory/generation.cpp	Mon Apr 16 08:57:18 2012 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -696,8 +696,8 @@
    1.11    the_space()->set_top_for_allocations();
    1.12  }
    1.13  
    1.14 -void OneContigSpaceCardGeneration::verify(bool allow_dirty) {
    1.15 -  the_space()->verify(allow_dirty);
    1.16 +void OneContigSpaceCardGeneration::verify() {
    1.17 +  the_space()->verify();
    1.18  }
    1.19  
    1.20  void OneContigSpaceCardGeneration::print_on(outputStream* st)  const {

mercurial