src/share/vm/gc_interface/gcCause.hpp

changeset 2532
c798c277ddd1
parent 2314
f95d63e2154a
child 3456
9509c20bba28
     1.1 --- a/src/share/vm/gc_interface/gcCause.hpp	Thu Feb 03 16:06:01 2011 -0500
     1.2 +++ b/src/share/vm/gc_interface/gcCause.hpp	Thu Feb 03 20:49:09 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2011, 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 @@ -85,8 +85,6 @@
    1.11  
    1.12    // Return a string describing the GCCause.
    1.13    static const char* to_string(GCCause::Cause cause);
    1.14 -  // Return true if the GCCause is for a full collection.
    1.15 -  static bool is_for_full_collection(GCCause::Cause cause) PRODUCT_RETURN0;
    1.16  };
    1.17  
    1.18  #endif // SHARE_VM_GC_INTERFACE_GCCAUSE_HPP

mercurial