Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
8240603: Windows 32bit compile error after 8238676
Browse files Browse the repository at this point in the history
Backport-of: f10fd7a78ee1038a8a0b9b95ffd63b76c65cb9b2
  • Loading branch information
Ekaterina Vergizova authored and Yuri Nesterenko committed Nov 20, 2020
1 parent 4cf46e9 commit d3a2f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/jni/atExit/libatExit.c
Expand Up @@ -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);
Expand Down

0 comments on commit d3a2f76

Please sign in to comment.