8240603: Windows 32bit compile error after 8238676

Reviewed-by: clanger, dholmes
This commit is contained in:
Matthias Baesken 2020-03-05 13:12:51 +01:00
parent 9c6a769618
commit f10fd7a78e

View File

@ -104,7 +104,8 @@ void at_exit_handler(void) {
// else test has already failed
}
jint JNI_OnLoad(JavaVM *vm, void *reserved) {
JNIEXPORT jint JNICALL
JNI_OnLoad(JavaVM *vm, void *reserved) {
printf("JNI_OnLoad: registering atexit handler\n");
jvm = vm;
atexit(at_exit_handler);