< prev index next >

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

Print this page
rev 13241 : imported patch 8183128-erikd-review

*** 78,88 **** public: ~ConcurrentG1Refine(); // 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); void stop(); void adjust(double update_rs_time, size_t update_rs_processed_buffers, double goal_ms); --- 78,88 ---- public: ~ConcurrentG1Refine(); // Returns ConcurrentG1Refine instance if succeeded to create/initialize ConcurrentG1Refine and ConcurrentG1RefineThread. // Otherwise, returns NULL with error code. ! static ConcurrentG1Refine* create(jint* ecode); void stop(); void adjust(double update_rs_time, size_t update_rs_processed_buffers, double goal_ms);
< prev index next >