Skip to content

Commit ffebd7a

Browse files
author
duke
committed
Backport 05c5678886f99290093bf7ad9fb589ee40bb5d29
1 parent 12dca6d commit ffebd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/prims/jvm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ JVM_LEAF(jboolean, JVM_IsForeignLinkerSupported(void))
32993299
return ForeignGlobals::is_foreign_linker_supported() ? JNI_TRUE : JNI_FALSE;
33003300
JVM_END
33013301

3302-
JVM_ENTRY_NO_ENV(jboolean, JVM_IsStaticallyLinked(void))
3302+
JVM_LEAF(jboolean, JVM_IsStaticallyLinked(void))
33033303
return is_vm_statically_linked() ? JNI_TRUE : JNI_FALSE;
33043304
JVM_END
33053305

0 commit comments

Comments
 (0)