8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function

Reviewed-by: mbaesken, gromero, kvn
This commit is contained in:
Martin Doerr 2019-06-13 11:12:23 +02:00
parent 247a6a2ce4
commit fad846280b

View File

@ -28,7 +28,7 @@
* so doAbort() does nothing special and only returns after being called.
* The transaction abortion happens right before the JNI method is called.
*/
int JNICALL
JNIEXPORT int JNICALL
Java_compiler_testlibrary_rtm_XAbortProvoker_doAbort(JNIEnv *env, jobject o) {
return 0;
}