src/share/vm/memory/universe.hpp

changeset 3711
b632e80fc9dc
parent 3571
09d00c18e323
child 3885
765ee2d1674b
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/memory/universe.hpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/memory/universe.hpp	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 @@ -412,7 +412,7 @@
    1.11  
    1.12    // Debugging
    1.13    static bool verify_in_progress() { return _verify_in_progress; }
    1.14 -  static void verify(bool allow_dirty = true, bool silent = false,
    1.15 +  static void verify(bool silent = false,
    1.16                       VerifyOption option = VerifyOption_Default );
    1.17    static int  verify_count()       { return _verify_count; }
    1.18    // The default behavior is to call print_on() on gclog_or_tty.

mercurial