src/share/vm/memory/tenuredGeneration.hpp

Print this page

        

*** 84,94 **** bool is_tlab); virtual void compute_new_size(); #if INCLUDE_ALL_GCS // Overrides. ! virtual oop par_promote(int thread_num, oop obj, markOop m, size_t word_sz); virtual void par_promote_alloc_undo(int thread_num, HeapWord* obj, size_t word_sz); virtual void par_promote_alloc_done(int thread_num); #endif // INCLUDE_ALL_GCS --- 84,94 ---- bool is_tlab); virtual void compute_new_size(); #if INCLUDE_ALL_GCS // Overrides. ! virtual oop par_promote(const ParNewTracer* gc_tracer, int thread_num, oop obj, markOop m, size_t word_sz); virtual void par_promote_alloc_undo(int thread_num, HeapWord* obj, size_t word_sz); virtual void par_promote_alloc_done(int thread_num); #endif // INCLUDE_ALL_GCS