comparison src/share/vm/runtime/thread.cpp @ 20619:b12a2a9b05ca

8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse Reviewed-by: mgerdin, coleenp, bdelsart
author stefank
date Thu, 02 Oct 2014 10:55:36 +0200
parents 46f9331baed5
children d3f3f7677537
comparison
equal deleted inserted replaced
20618:7024b693c8f9 20619:b12a2a9b05ca
232 set_last_handle_mark(NULL); 232 set_last_handle_mark(NULL);
233 233
234 // This initial value ==> never claimed. 234 // This initial value ==> never claimed.
235 _oops_do_parity = 0; 235 _oops_do_parity = 0;
236 236
237 _metadata_on_stack_buffer = NULL;
238
237 // the handle mark links itself to last_handle_mark 239 // the handle mark links itself to last_handle_mark
238 new HandleMark(this); 240 new HandleMark(this);
239 241
240 // plain initialization 242 // plain initialization
241 debug_only(_owned_locks = NULL;) 243 debug_only(_owned_locks = NULL;)