mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
remove debug code from GetMethodID
This commit is contained in:
parent
c7b73e23ae
commit
b1b433b63a
@ -444,10 +444,7 @@ GetMethodID(Thread* t, jclass c, const char* name, const char* spec)
|
|||||||
ENTER(t, Thread::ActiveState);
|
ENTER(t, Thread::ActiveState);
|
||||||
|
|
||||||
object method = findMethod(t, c, name, spec);
|
object method = findMethod(t, c, name, spec);
|
||||||
if (UNLIKELY(t->exception)) {
|
if (UNLIKELY(t->exception)) return 0;
|
||||||
printTrace(t, t->exception);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
assert(t, (methodFlags(t, method) & ACC_STATIC) == 0);
|
assert(t, (methodFlags(t, method) & ACC_STATIC) == 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user