mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
visit MyProcessor::virtualThunks during GC
This commit is contained in:
parent
4091e871a7
commit
bf8fdb6316
@ -5359,6 +5359,7 @@ class MyProcessor: public Processor {
|
||||
v->visit(&methodTreeSentinal);
|
||||
v->visit(&objectPools);
|
||||
v->visit(&staticTableArray);
|
||||
v->visit(&virtualThunks);
|
||||
}
|
||||
|
||||
for (MyThread::CallTrace* trace = t->trace; trace; trace = trace->next) {
|
||||
|
Loading…
Reference in New Issue
Block a user