1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class sun_management_GarbageCollectorImpl */ |
4 | |
5 | #ifndef _Included_sun_management_GarbageCollectorImpl |
6 | #define _Included_sun_management_GarbageCollectorImpl |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: sun_management_GarbageCollectorImpl |
12 | * Method: getCollectionCount |
13 | * Signature: ()J |
14 | */ |
15 | JNIEXPORT jlong JNICALL Java_sun_management_GarbageCollectorImpl_getCollectionCount |
16 | (JNIEnv *, jobject); |
17 | |
18 | /* |
19 | * Class: sun_management_GarbageCollectorImpl |
20 | * Method: getCollectionTime |
21 | * Signature: ()J |
22 | */ |
23 | JNIEXPORT jlong JNICALL Java_sun_management_GarbageCollectorImpl_getCollectionTime |
24 | (JNIEnv *, jobject); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 |