mirror of
https://github.com/corda/corda.git
synced 2025-02-10 12:51:37 +00:00
reverse operands when calling builtin isAssignableFrom
Our builtin function reverses the meanings of the operands relative to the JNI method.
This commit is contained in:
parent
b62d07996f
commit
ea2509666a
@ -404,7 +404,7 @@ IsInstanceOf(Thread* t, jobject o, jclass c)
|
||||
}
|
||||
|
||||
jboolean JNICALL
|
||||
IsAssignableFrom(Thread* t, jclass a, jclass b)
|
||||
IsAssignableFrom(Thread* t, jclass b, jclass a)
|
||||
{
|
||||
ENTER(t, Thread::ActiveState);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user