This commit is contained in:
Jesper Wilhelmsson 2014-10-20 15:23:33 +02:00
commit d44b2b7565
19 changed files with 506 additions and 68 deletions

View file

@ -201,6 +201,8 @@ Thread::Thread() {
// This initial value ==> never claimed.
_oops_do_parity = 0;
_metadata_on_stack_buffer = NULL;
// the handle mark links itself to last_handle_mark
new HandleMark(this);