< prev index next >

src/share/vm/gc/g1/dirtyCardQueue.hpp

Print this page
rev 10163 : [mq]: remove_apply_closure_helper

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2016, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -135,15 +135,10 @@
   bool apply_closure_to_completed_buffer(CardTableEntryClosure* cl,
                                          uint worker_i = 0,
                                          int stop_at = 0,
                                          bool during_pause = false);
 
-  // Helper routine for the above.
-  bool apply_closure_to_completed_buffer_helper(CardTableEntryClosure* cl,
-                                                uint worker_i,
-                                                BufferNode* nd);
-
   BufferNode* get_completed_buffer(int stop_at);
 
   // Applies the current closure to all completed buffers,
   // non-consumptively.
   void apply_closure_to_all_completed_buffers(CardTableEntryClosure* cl);
< prev index next >