1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class java_util_concurrent_atomic_AtomicLong */ |
4 | |
5 | #ifndef _Included_java_util_concurrent_atomic_AtomicLong |
6 | #define _Included_java_util_concurrent_atomic_AtomicLong |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef java_util_concurrent_atomic_AtomicLong_serialVersionUID |
11 | #define java_util_concurrent_atomic_AtomicLong_serialVersionUID -8742448824652078965LL |
12 | #undef java_util_concurrent_atomic_AtomicLong_serialVersionUID |
13 | #define java_util_concurrent_atomic_AtomicLong_serialVersionUID 1927816293512124184LL |
14 | /* |
15 | * Class: java_util_concurrent_atomic_AtomicLong |
16 | * Method: VMSupportsCS8 |
17 | * Signature: ()Z |
18 | */ |
19 | JNIEXPORT jboolean JNICALL Java_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8 |
20 | (JNIEnv *, jclass); |
21 | |
22 | #ifdef __cplusplus |
23 | } |
24 | #endif |
25 | #endif |
26 | |