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

Paul Sandoz paul.sandoz at oracle.com
Thu Feb 5 14:47:04 UTC 2015


On Feb 5, 2015, at 12:48 PM, Paul Sandoz <Paul.Sandoz at oracle.com> wrote:

> Hi,
> 
> Here is a minor update to the patch, adjusting the documentation on Unsafe.throwIllegalAccessError and removing the TODO related to strange methods (i would like to re-visit those separately, more on that below):
> 
> http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8068975-unsafe-cleanup/webrev/
> 

Updated in place: 

- some Unsafe-based tests were recently moved into the open and they required updating. 

- I noticed that the JavaDoc for objectFieldOffset was reporting the documentation for staticFieldOffset and vice versa.

Paul.


More information about the hotspot-runtime-dev mailing list