Comment on Interfacing with native methods on Graal VMparentComments−needusername8yI don't know, it looks as if you have to hardcode pointer sizes in the source code.https://twitter.com/sundararajan_a/status/101507363642677248...−chrisseaton8yWhere are you seeing that? The pointer in that example doesn't have a hardcoded size.−needusername8yu64 in the annotation valueCheck out this document http://cr.openjdk.java.net/~mcimadamore/panama/panama-binder... for the syntax.
Comments
I don't know, it looks as if you have to hardcode pointer sizes in the source code.
https://twitter.com/sundararajan_a/status/101507363642677248...
Where are you seeing that? The pointer in that example doesn't have a hardcoded size.
u64 in the annotation value
Check out this document http://cr.openjdk.java.net/~mcimadamore/panama/panama-binder... for the syntax.