hotspot/src/share/vm/runtime/thread.cpp
changeset 5041 5bce37d77dde
parent 4761 bdb7375a1fee
child 5085 4f0c435f8c3c
equal deleted inserted replaced
5038:de3fb1c2d510 5041:5bce37d77dde
  1635     JNIHandleBlock* block = free_handle_block();
  1635     JNIHandleBlock* block = free_handle_block();
  1636     set_free_handle_block(NULL);
  1636     set_free_handle_block(NULL);
  1637     JNIHandleBlock::release_block(block);
  1637     JNIHandleBlock::release_block(block);
  1638   }
  1638   }
  1639 
  1639 
       
  1640   // These have to be removed while this is still a valid thread.
       
  1641   remove_stack_guard_pages();
       
  1642 
  1640   if (UseTLAB) {
  1643   if (UseTLAB) {
  1641     tlab().make_parsable(true);  // retire TLAB, if any
  1644     tlab().make_parsable(true);  // retire TLAB, if any
  1642   }
  1645   }
  1643 
  1646 
  1644 #ifndef SERIALGC
  1647 #ifndef SERIALGC