mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Merge pull request #177 from dicej/VMSupportsCS8
add Avian_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8
This commit is contained in:
commit
2b17ba7766
@ -2300,6 +2300,13 @@ Avian_java_lang_System_mapLibraryName
|
|||||||
t->m->system->librarySuffix()));
|
t->m->system->librarySuffix()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern "C" AVIAN_EXPORT int64_t JNICALL
|
||||||
|
Avian_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8
|
||||||
|
(Thread*, object, uintptr_t*)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
|
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user