Skip to content

Commit

Permalink
Stop JIT first on shutdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 12, 2015
1 parent 2d762ce commit 86fd75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/environment.cpp
Expand Up @@ -551,14 +551,14 @@ namespace rubinius {
void Environment::halt(STATE) {
state->shared().tool_broker()->shutdown(state);

stop_jit(state);

stop_signals(state);

if(ImmixMarker* im = state->memory()->immix_marker()) {
im->stop(state);
}

stop_jit(state);

GCTokenImpl gct;

root_vm->set_call_frame(0);
Expand Down

0 comments on commit 86fd75c

Please sign in to comment.