| 1933 | #ifdef __cplusplus |
| 1934 | |
| 1935 | jint DestroyJavaVM() { |
| 1936 | return functions->DestroyJavaVM(this); |
| 1937 | } |
| 1938 | jint AttachCurrentThread(void **penv, void *args) { |
| 1939 | return functions->AttachCurrentThread(this, penv, args); |
| 1940 | } |
nothing calls this directly
no outgoing calls
no test coverage detected