src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp

Print this page

        

*** 193,203 **** template <class T> inline void deal_with_reference(T* ref_to_scan); inline void dispatch_reference(StarTask ref); public: ! oop copy_to_survivor_space(oop const obj); void trim_queue(); inline void steal_and_trim_queue(RefToScanQueueSet *task_queues); }; --- 193,203 ---- template <class T> inline void deal_with_reference(T* ref_to_scan); inline void dispatch_reference(StarTask ref); public: ! oop copy_to_survivor_space(oop const obj, markOop const old_mark); void trim_queue(); inline void steal_and_trim_queue(RefToScanQueueSet *task_queues); };