-
Sub-task
-
Resolution: Won't Fix
-
P4
-
None
-
None
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".
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".