Skip to content

Commit

Permalink
Mark RuntimeData correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Apr 28, 2015
1 parent 6ce75ef commit 00eb1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/llvm/state.cpp
Expand Up @@ -391,6 +391,9 @@ namespace rubinius {
if(current_compiler_) {
jit::RuntimeDataHolder* rd = current_compiler_->context()->runtime_data_holder();
rd->set_mark();

ObjectMark mark(gc);
rd->mark_all(0, mark);
}
}

Expand Down

0 comments on commit 00eb1fa

Please sign in to comment.