Re: RFR (XS): 8149596: Remove java.nio.Bits copy wrapper methods

2016-03-02 Thread Paul Sandoz
> On 1 Mar 2016, at 19:29, Mikael Vidstedt 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

Re: RFR (XS): 8149596: Remove java.nio.Bits copy wrapper methods

2016-03-01 Thread Brian Burkhalter
Hi Mikael, Not a Reviewer here, but it looks OK to me aside from the copyright year in the template file. Nice to see code removed! Brian On Mar 1, 2016, at 10:29 AM, Mikael Vidstedt wrote: > As part of JDK-8141491[1] the native methods in java.nio.Bits were

RFR (XS): 8149596: Remove java.nio.Bits copy wrapper methods

2016-03-01 Thread Mikael Vidstedt
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: