mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
update Avian_avian_Machine_dumpHeap to reflect classpath refactoring
This commit is contained in:
parent
1722b68277
commit
8cbe323d52
@ -126,7 +126,8 @@ Avian_avian_Machine_dumpHeap
|
||||
fclose(out);
|
||||
} else {
|
||||
object message = makeString(t, "file not found: %s", n);
|
||||
t->exception = makeRuntimeException(t, message);
|
||||
t->exception = t->m->classpath->makeThrowable
|
||||
(t, Machine::RuntimeExceptionType, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user