< prev index next >

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

Print this page

        

*** 619,637 **** virtual void note_gc_start(uint num_active_workers); // Create jstat counters for the policy. virtual void initialize_gc_policy_counters(); - virtual HeapWord* mem_allocate_work(size_t size, - bool is_tlab, - bool* gc_overhead_limit_was_exceeded); - - // This method controls how a collector handles one or more - // of its generations being fully allocated. - virtual HeapWord* satisfy_failed_allocation(size_t size, - bool is_tlab); - bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0); bool about_to_start_mixed_phase() const; // Record the start and end of an evacuation pause. --- 619,628 ----
< prev index next >