src/share/vm/runtime/thread.cpp

changeset 7333
b12a2a9b05ca
parent 7180
46f9331baed5
child 7419
d3f3f7677537
equal deleted inserted replaced
7332:7024b693c8f9 7333: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;)

mercurial