hotspot/src/share/vm/gc/g1/concurrentG1Refine.hpp
changeset 46653 d72083d17b19
parent 38172 90f405aac699
--- a/hotspot/src/share/vm/gc/g1/concurrentG1Refine.hpp	Wed Jul 12 12:25:12 2017 +0200
+++ b/hotspot/src/share/vm/gc/g1/concurrentG1Refine.hpp	Wed Jul 12 12:26:57 2017 +0200
@@ -80,7 +80,7 @@
 
   // Returns ConcurrentG1Refine instance if succeeded to create/initialize ConcurrentG1Refine and ConcurrentG1RefineThread.
   // Otherwise, returns NULL with error code.
-  static ConcurrentG1Refine* create(CardTableEntryClosure* refine_closure, jint* ecode);
+  static ConcurrentG1Refine* create(jint* ecode);
 
   void stop();