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