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

changeset 3540
ab4422d0ed59
parent 3298
7913e93dca52
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp	Wed Feb 15 13:06:53 2012 -0500
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp	Thu Feb 16 13:12:25 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 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 @@ -1057,7 +1057,7 @@
    1.11    }
    1.12  
    1.13    static void invoke(bool maximum_heap_compaction);
    1.14 -  static void invoke_no_policy(bool maximum_heap_compaction);
    1.15 +  static bool invoke_no_policy(bool maximum_heap_compaction);
    1.16  
    1.17    static void post_initialize();
    1.18    // Perform initialization for PSParallelCompact that requires

mercurial