hotspot/src/share/vm/gc_interface/gcCause.hpp
changeset 8295 a2b2a8a3aaee
parent 7397 5b173b4ca846
child 11576 e0bef5ca4602
--- a/hotspot/src/share/vm/gc_interface/gcCause.hpp	Thu Feb 03 16:06:01 2011 -0500
+++ b/hotspot/src/share/vm/gc_interface/gcCause.hpp	Thu Feb 03 20:49:09 2011 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -85,8 +85,6 @@
 
   // Return a string describing the GCCause.
   static const char* to_string(GCCause::Cause cause);
-  // Return true if the GCCause is for a full collection.
-  static bool is_for_full_collection(GCCause::Cause cause) PRODUCT_RETURN0;
 };
 
 #endif // SHARE_VM_GC_INTERFACE_GCCAUSE_HPP