At this point, Paul is hacking ByteBuffers to gain the access to raw memory via U.putObject(null, offset, value); // null base While this seems to be handled well in intrinsics, we need to follow up if we need to produce raw memory Unsafe accessors for {set|get}{Acquire|Release}, or we can continue translating these accesses to "null base".
|