You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ffm.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ There is a linker option called critical that allows native code to use the Java
9
9
in critical methods which makes this option useless (attempts to use upcalls results in JVM crash).
10
10
11
11
JF uses a hybrid approach by using JNI to pin arrays to avoid the excess copying back and forth to maintain acceptable performance.
12
+
This method has been tested with Adoptium, OpenJ9 and Zula JVMs.
12
13
13
14
Maybe the Valhalla project and value types may offer better performance in the future but still have no idea how Valhalla will work with the native systems (FFM/JNI).
0 commit comments