mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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);
|
||||
|
||||
object method = findMethod(t, c, name, spec);
|
||||
if (UNLIKELY(t->exception)) {
|
||||
printTrace(t, t->exception);
|
||||
return 0;
|
||||
}
|
||||
if (UNLIKELY(t->exception)) return 0;
|
||||
|
||||
assert(t, (methodFlags(t, method) & ACC_STATIC) == 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user