mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
This commit is contained in:
parent
b52cbc21b2
commit
66edf1ff4a
2
makefile
2
makefile
@ -163,7 +163,7 @@ ifneq ($(android),)
|
|||||||
classpath-jar-dep = $(build)/android.dep
|
classpath-jar-dep = $(build)/android.dep
|
||||||
luni-native = $(android)/libcore/luni/src/main/native
|
luni-native = $(android)/libcore/luni/src/main/native
|
||||||
classpath-cflags = -DBOOT_JAVAHOME
|
classpath-cflags = -DBOOT_JAVAHOME
|
||||||
android-cflags := -I$(luni-native) \
|
android-cflags = -I$(luni-native) \
|
||||||
-I$(android)/libnativehelper/include/nativehelper \
|
-I$(android)/libnativehelper/include/nativehelper \
|
||||||
-I$(android)/system/core/include \
|
-I$(android)/system/core/include \
|
||||||
-I$(android)/external/zlib \
|
-I$(android)/external/zlib \
|
||||||
|
@ -2334,22 +2334,6 @@ Avian_java_lang_System_identityHashCode
|
|||||||
return objectHash(t, reinterpret_cast<object>(arguments[0]));
|
return objectHash(t, reinterpret_cast<object>(arguments[0]));
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" AVIAN_EXPORT int64_t JNICALL
|
|
||||||
Avian_java_lang_System_mapLibraryName
|
|
||||||
(Thread* t, object, uintptr_t* arguments)
|
|
||||||
{
|
|
||||||
object original = reinterpret_cast<object>(arguments[0]);
|
|
||||||
unsigned originalLength = stringUTFLength(t, original);
|
|
||||||
THREAD_RUNTIME_ARRAY(t, char, originalChars, originalLength);
|
|
||||||
stringUTFChars
|
|
||||||
(t, original, RUNTIME_ARRAY_BODY(originalChars), originalLength);
|
|
||||||
|
|
||||||
return reinterpret_cast<uintptr_t>
|
|
||||||
(makeString(t, "%s%.*s%s", t->m->system->libraryPrefix(), originalLength,
|
|
||||||
RUNTIME_ARRAY_BODY(originalChars),
|
|
||||||
t->m->system->librarySuffix()));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" AVIAN_EXPORT int64_t JNICALL
|
extern "C" AVIAN_EXPORT int64_t JNICALL
|
||||||
Avian_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8
|
Avian_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8
|
||||||
(Thread*, object, uintptr_t*)
|
(Thread*, object, uintptr_t*)
|
||||||
|
Loading…
Reference in New Issue
Block a user