MemoryAddress.toRawLongValue

Chris Vest mr.chrisvest at gmail.com
Fri Jan 15 20:49:30 UTC 2021


Hi,

In Netty we expect to have use for MemoryAddress.toRawLongValue, for JNI
integration stuff.
Calling it on a heap address will throw UOE, which is fine, but it'd be
nice if we could check with some hasRawLongValue method instead and avoid
making unsupported calls.

Thanks,
Chris


More information about the panama-dev mailing list