8268463: Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp
Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
parent
5a666282a9
commit
78b09ab049
@ -46,7 +46,8 @@ void JNICALL DynamicCodeGenerated(jvmtiEnv* jvmti, const char* name, const void*
|
||||
|
||||
}
|
||||
|
||||
jint Agent_OnLoad(JavaVM* vm, char* options, void* reserved) {
|
||||
JNIEXPORT jint JNICALL
|
||||
Agent_OnLoad(JavaVM* vm, char* options, void* reserved) {
|
||||
vm->GetEnv((void**)&jvmti, JVMTI_VERSION_1_0);
|
||||
jvmtiEventCallbacks callbacks;
|
||||
memset(&callbacks, 0, sizeof(callbacks));
|
||||
|
Loading…
Reference in New Issue
Block a user