8240603: Windows 32bit compile error after 8238676
Reviewed-by: clanger, dholmes
This commit is contained in:
parent
9c6a769618
commit
f10fd7a78e
@ -104,7 +104,8 @@ void at_exit_handler(void) {
|
|||||||
// else test has already failed
|
// 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");
|
printf("JNI_OnLoad: registering atexit handler\n");
|
||||||
jvm = vm;
|
jvm = vm;
|
||||||
atexit(at_exit_handler);
|
atexit(at_exit_handler);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user