1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class sun_management_HotspotThread */ |
4 | |
5 | #ifndef _Included_sun_management_HotspotThread |
6 | #define _Included_sun_management_HotspotThread |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: sun_management_HotspotThread |
12 | * Method: getInternalThreadCount |
13 | * Signature: ()I |
14 | */ |
15 | JNIEXPORT jint JNICALL Java_sun_management_HotspotThread_getInternalThreadCount |
16 | (JNIEnv *, jobject); |
17 | |
18 | /* |
19 | * Class: sun_management_HotspotThread |
20 | * Method: getInternalThreadTimes0 |
21 | * Signature: ([Ljava/lang/String;[J)I |
22 | */ |
23 | JNIEXPORT jint JNICALL Java_sun_management_HotspotThread_getInternalThreadTimes0 |
24 | (JNIEnv *, jobject, jobjectArray, jlongArray); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 |