Skip to content

Commit 315ea00

Browse files
Kerem KatVictor Rudometov
authored andcommitted
8268463: Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp
Backport-of: 78b09ab
1 parent 971e6dc commit 315ea00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ void JNICALL DynamicCodeGenerated(jvmtiEnv* jvmti, const char* name, const void*
4646

4747
}
4848

49-
jint Agent_OnLoad(JavaVM* vm, char* options, void* reserved) {
49+
JNIEXPORT jint JNICALL
50+
Agent_OnLoad(JavaVM* vm, char* options, void* reserved) {
5051
vm->GetEnv((void**)&jvmti, JVMTI_VERSION_1_0);
5152
jvmtiEventCallbacks callbacks;
5253
memset(&callbacks, 0, sizeof(callbacks));

0 commit comments

Comments
 (0)