< prev index next >

test/failure_handler/src/windows/native/libtimeoutHandler/GatherProcessInfoTimeoutHandler.c

Print this page

        

*** 28,37 **** extern "C" { #endif JNIEXPORT jlong JNICALL Java_jdk_test_failurehandler_jtreg_GatherProcessInfoTimeoutHandler_getWin32Pid (JNIEnv* env, jobject o, jlong handle) { ! return GetProcessId(handle); } #ifdef __cplusplus } #endif --- 28,37 ---- extern "C" { #endif JNIEXPORT jlong JNICALL Java_jdk_test_failurehandler_jtreg_GatherProcessInfoTimeoutHandler_getWin32Pid (JNIEnv* env, jobject o, jlong handle) { ! return GetProcessId((HANDLE) handle); } #ifdef __cplusplus } #endif
< prev index next >