mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 10:40:29 +00:00
8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
Reviewed-by: mbaesken, gromero, kvn
This commit is contained in:
parent
247a6a2ce4
commit
fad846280b
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user