8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function

Reviewed-by: alanb, dholmes
This commit is contained in:
Aleksey Shipilev 2019-04-08 15:25:27 +02:00
parent cc4453b2f8
commit 1e9927a2f2

View File

@ -93,6 +93,7 @@ int main(int argc, char** args) {
}
(*jvm)->DestroyJavaVM(jvm);
return 0;
}
int checkAndClearIllegalAccessExceptionThrown(JNIEnv *env) {