| 1908 | #ifdef __cplusplus |
| 1909 | |
| 1910 | jint DestroyJavaVM() { |
| 1911 | return functions->DestroyJavaVM(this); |
| 1912 | } |
| 1913 | jint AttachCurrentThread(void **penv, void *args) { |
| 1914 | return functions->AttachCurrentThread(this, penv, args); |
| 1915 | } |
nothing calls this directly
no outgoing calls
no test coverage detected