mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
visit thunk objects during GC in MyProcessor::visitObjects
This commit is contained in:
parent
e68a18248c
commit
1450b12e5b
@ -4740,6 +4740,10 @@ class MyProcessor: public Processor {
|
||||
MyThread* t = static_cast<MyThread*>(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);
|
||||
|
Loading…
Reference in New Issue
Block a user