mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
implement Thread.getStackTrace, activeCount, and enumerate
This commit is contained in:
@ -3051,6 +3051,11 @@ class MyProcessor: public Processor {
|
||||
}
|
||||
}
|
||||
|
||||
virtual object getStackTrace(Thread*, Thread*) {
|
||||
// not implemented
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void dispose(vm::Thread* t) {
|
||||
t->m->heap->free(t, sizeof(Thread), false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user