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

changeset 3540
ab4422d0ed59
parent 2314
f95d63e2154a
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.hpp	Wed Feb 15 13:06:53 2012 -0500
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.hpp	Thu Feb 16 13:12:25 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, 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 @@ -78,7 +78,7 @@
    1.11  
    1.12   public:
    1.13    static void invoke(bool clear_all_softrefs);
    1.14 -  static void invoke_no_policy(bool clear_all_softrefs);
    1.15 +  static bool invoke_no_policy(bool clear_all_softrefs);
    1.16  
    1.17    static void initialize();
    1.18  

mercurial