mirror of
https://github.com/corda/corda.git
synced 2025-03-12 23:44:13 +00:00
remove debug logging
This commit is contained in:
parent
c4722fa843
commit
b6cdf4efcb
@ -359,8 +359,6 @@ Avian_sun_misc_Unsafe_setMemory
|
|||||||
int64_t count; memcpy(&count, arguments + 4, 8);
|
int64_t count; memcpy(&count, arguments + 4, 8);
|
||||||
int8_t value = arguments[6];
|
int8_t value = arguments[6];
|
||||||
|
|
||||||
fprintf(stderr, "base %p offset %p count %ld value %d\n", base, reinterpret_cast<int8_t*>(offset), count, value);
|
|
||||||
|
|
||||||
PROTECT(t, base);
|
PROTECT(t, base);
|
||||||
|
|
||||||
ACQUIRE(t, t->m->referenceLock);
|
ACQUIRE(t, t->m->referenceLock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user