< prev index next >

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

Print this page

        

*** 117,126 **** --- 117,128 ---- // Record the start and end of a full collection. virtual void record_full_collection_start() = 0; virtual void record_full_collection_end() = 0; + virtual jlong full_collection_end_millis() = 0; + // Must currently be called while the world is stopped. virtual void record_concurrent_mark_init_end(double mark_init_elapsed_time_ms) = 0; // Record start and end of remark. virtual void record_concurrent_mark_remark_start() = 0;
< prev index next >