mirror of
https://github.com/corda/corda.git
synced 2025-06-22 09:08:49 +00:00
support logging addresses and names of JIT-compiled methods to a file specified via a system property
This commit is contained in:
@ -20,7 +20,7 @@ void*
|
||||
allocate(System* s, unsigned size)
|
||||
{
|
||||
void* p = s->tryAllocate(size);
|
||||
if (p == 0) abort();
|
||||
if (p == 0) s->abort();
|
||||
return p;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user