hotspot/src/share/vm/runtime/thread.cpp
changeset 27429 4ccd0992d680
parent 27420 04e6f914cce1
parent 27248 5862834b1594
child 27473 07948a5f8f5c
child 27471 6e56277909f1
equal deleted inserted replaced
27428:c5ace5b96ae2 27429:4ccd0992d680
   200   set_last_handle_mark(NULL);
   200   set_last_handle_mark(NULL);
   201 
   201 
   202   // This initial value ==> never claimed.
   202   // This initial value ==> never claimed.
   203   _oops_do_parity = 0;
   203   _oops_do_parity = 0;
   204 
   204 
       
   205   _metadata_on_stack_buffer = NULL;
       
   206 
   205   // the handle mark links itself to last_handle_mark
   207   // the handle mark links itself to last_handle_mark
   206   new HandleMark(this);
   208   new HandleMark(this);
   207 
   209 
   208   // plain initialization
   210   // plain initialization
   209   debug_only(_owned_locks = NULL;)
   211   debug_only(_owned_locks = NULL;)