RFR 8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation

Paul Sandoz paul.sandoz at oracle.com
Thu Jan 15 19:28:59 UTC 2015


On Jan 15, 2015, at 7:30 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:

> Hi Paul,
> 
> Will you remove JIT intrinsics later?
> 

Yes, under this issue:

https://bugs.openjdk.java.net/browse/JDK-8068977

I wanted to take smaller steps since the removal of the intrinsics is more involved (and cuts across quite a bit of code) and for me at least as i am not so familiar with the code (happens to be a good learning exercise). Planning to gut everything related to prefetch read/write and leave prefetch allocation alone.

Paul.


More information about the hotspot-runtime-dev mailing list