| 1805 | return functions->MonitorEnter(this,obj); |
| 1806 | } |
| 1807 | jint MonitorExit(jobject obj) { |
| 1808 | return functions->MonitorExit(this,obj); |
| 1809 | } |
| 1810 | |
| 1811 | jint GetJavaVM(JavaVM **vm) { |
| 1812 | return functions->GetJavaVM(this,vm); |
nothing calls this directly
no outgoing calls
no test coverage detected