Searched refs:stubCode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c367 jbyte* stubCode; local
422 stubCode = (*env)->GetByteArrayElements(env, stub, &isCopy);
430 WriteProcessMemory( hProcess, (LPVOID)pCode, (LPCVOID)stubCode, (SIZE_T)stubLen, NULL );
432 (*env)->ReleaseByteArrayElements(env, stub, stubCode, JNI_ABORT);

Completed in 532 milliseconds