Processor support for select operations
John Rose
john.r.rose at oracle.com
Tue Nov 11 19:17:18 UTC 2014
On Nov 11, 2014, at 11:00 AM, Vitaly Davidovich <vitalyd at gmail.com> wrote:
> But in the meantime, just trying Unsafe to see what the perf benefit would be is still interesting, no?
>
Yep.
It's worth repeating: Unsafe is only for internal use by the JDK. The access restrictions on it,
which are often circumvented, are going to be strengthened by the JDK 9 module system,
and the restrictions will become harder to circumvent.
Use it for experiments if that's useful, but don't build it into your product.
For more information, check out Paul Sandoz's talk on unsafe and varhandles at Java One 2014.
— John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20141111/56c33015/attachment.html>
More information about the hotspot-compiler-dev
mailing list