update Avian_avian_Machine_dumpHeap to reflect classpath refactoring

This commit is contained in:
Joel Dice 2010-12-01 15:43:27 -07:00
parent 1722b68277
commit 8cbe323d52

View File

@ -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);
}
}