mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
implement sun.misc.Unsafe.addressSize
This commit is contained in:
parent
e1d45cf7c8
commit
6707116dd4
@ -2179,6 +2179,13 @@ Avian_sun_misc_Unsafe_registerNatives
|
|||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern "C" JNIEXPORT int64_t
|
||||||
|
Avian_sun_misc_Unsafe_addressSize
|
||||||
|
(Thread*, object, uintptr_t*)
|
||||||
|
{
|
||||||
|
return BytesPerWord;
|
||||||
|
}
|
||||||
|
|
||||||
extern "C" JNIEXPORT int64_t
|
extern "C" JNIEXPORT int64_t
|
||||||
Avian_sun_misc_Unsafe_defineClass__Ljava_lang_String_2_3BIILjava_lang_ClassLoader_2Ljava_security_ProtectionDomain_2
|
Avian_sun_misc_Unsafe_defineClass__Ljava_lang_String_2_3BIILjava_lang_ClassLoader_2Ljava_security_ProtectionDomain_2
|
||||||
(Thread* t, object, uintptr_t* arguments)
|
(Thread* t, object, uintptr_t* arguments)
|
||||||
|
Loading…
Reference in New Issue
Block a user