RFR (XS): 8149596: Remove java.nio.Bits copy wrapper methods
Paul Sandoz
paul.sandoz at oracle.com
Wed Mar 2 11:37:01 UTC 2016
> On 1 Mar 2016, at 19:29, Mikael Vidstedt <mikael.vidstedt at oracle.com> wrote:
>
>
> As part of JDK-8141491[1] the native methods in java.nio.Bits were removed, and the functionality is instead provided by the VM through j.i.m.Unsafe. The Bits wrapper methods are therefore redundant and can be removed.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8149596
> Webrev: http://cr.openjdk.java.net/~mikael/webrevs/8149596/webrev.00/webrev/
>
+1
Paul.
> I've run the java/nio jtreg tests and it all passes (modulo a couple of unrelated failures).
>
> Cheers,
> Mikael
>
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8141491
More information about the core-libs-dev
mailing list