diff --git a/src/compile.cpp b/src/compile.cpp index 0a61e7a3c8..283a965f59 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -4740,6 +4740,10 @@ class MyProcessor: public Processor { MyThread* t = static_cast(vmt); if (t == t->m->rootThread) { + v->visit(&defaultThunk); + v->visit(&nativeThunk); + v->visit(&aioobThunk); + v->visit(&thunkTable); v->visit(&callTable); v->visit(&methodTree); v->visit(&methodTreeSentinal);