comparison src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp @ 22895:f2e3f0e1f97d

8064473: Improved handling of age during object copy in G1 Reviewed-by: brutisso, tschatzl
author sfriberg
date Fri, 14 Nov 2014 15:03:39 +0100
parents 6948da6d7c13
children c132be0fb74d
comparison
equal deleted inserted replaced
22894:2af69bed8db6 22895:f2e3f0e1f97d
193 template <class T> inline void deal_with_reference(T* ref_to_scan); 193 template <class T> inline void deal_with_reference(T* ref_to_scan);
194 194
195 inline void dispatch_reference(StarTask ref); 195 inline void dispatch_reference(StarTask ref);
196 public: 196 public:
197 197
198 oop copy_to_survivor_space(oop const obj); 198 oop copy_to_survivor_space(oop const obj, markOop const old_mark);
199 199
200 void trim_queue(); 200 void trim_queue();
201 201
202 inline void steal_and_trim_queue(RefToScanQueueSet *task_queues); 202 inline void steal_and_trim_queue(RefToScanQueueSet *task_queues);
203 }; 203 };