Skip to content

Commit 4623f3d

Browse files
committed
docs/ffm.txt : add note about testing
1 parent 08fefcb commit 4623f3d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/ffm.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ There is a linker option called critical that allows native code to use the Java
99
in critical methods which makes this option useless (attempts to use upcalls results in JVM crash).
1010

1111
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.
1213

1314
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).
1415
See valhalla.txt for more info.

wix64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
<ComponentGroupRef Id="JRE" />
2828
</Feature>
2929

30-
</Package>
30+
</Package>
3131
</Wix>

0 commit comments

Comments
 (0)