Skip to content

Commit 0687444

Browse files
Mark JVM_IsStaticallyLinked as implemented
false is the correct answer for espresso at the moment
1 parent 9dec7b6 commit 0687444

File tree

1 file changed

+1
-1
lines changed
  • espresso/src/com.oracle.truffle.espresso.mokapot/src

1 file changed

+1
-1
lines changed

espresso/src/com.oracle.truffle.espresso.mokapot/src/mokapot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ JNIEXPORT jboolean JNICALL JVM_IsForeignLinkerSupported(void) {
17281728

17291729
JNIEXPORT jboolean JNICALL
17301730
JVM_IsStaticallyLinked(void) {
1731-
UNIMPLEMENTED(JVM_IsStaticallyLinked);
1731+
IMPLEMENTED(JVM_IsStaticallyLinked);
17321732
return JNI_FALSE;
17331733
}
17341734

0 commit comments

Comments
 (0)