--- old/src/share/vm/gc/g1/concurrentG1Refine.hpp 2017-07-12 11:58:12.485774060 +0200 +++ new/src/share/vm/gc/g1/concurrentG1Refine.hpp 2017-07-12 11:58:12.389771084 +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();