Skip to content

Commit 00eb1fa

Browse files
committedApr 28, 2015
Mark RuntimeData correctly.
1 parent 6ce75ef commit 00eb1fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎vm/llvm/state.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ namespace rubinius {
391391
if(current_compiler_) {
392392
jit::RuntimeDataHolder* rd = current_compiler_->context()->runtime_data_holder();
393393
rd->set_mark();
394+
395+
ObjectMark mark(gc);
396+
rd->mark_all(0, mark);
394397
}
395398
}
396399

0 commit comments

Comments
 (0)
Please sign in to comment.