--- 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();