Re: jdk6 missed method sun.misc.Unsafe#copyMemory(Object, long, Object, long, long)

2013-01-17 Thread Kelly O'Hair
I am extremely reluctant to approve any changes to openjdk6 at this date. But I am willing to listen to the community if there is a very good justification to get this in. -kto On Jan 15, 2013, at 2:21 AM, Alex Kasko wrote: > Hello, > > Method sun.misc.Unsafe#copyMemory(Object,long,Object,long

Re: jdk6 missed method sun.misc.Unsafe#copyMemory(Object, long, Object, long, long)

2013-01-17 Thread Alex Kasko
On 01/17/2013 05:30 PM, Andrew Hughes wrote: - Original Message - Hello, Method sun.misc.Unsafe#copyMemory(Object,long,Object,long,long) is used in popular Snappy codec implementation [1, 2]. It's present in openjdk-7 and in late updates of Oracle jdk6. But it's missed in openjdk-6.

Re: jdk6 missed method sun.misc.Unsafe#copyMemory(Object, long, Object, long, long)

2013-01-17 Thread Andrew Hughes
- Original Message - > Hello, > > Method sun.misc.Unsafe#copyMemory(Object,long,Object,long,long) is > used > in popular Snappy codec implementation [1, 2]. > > It's present in openjdk-7 and in late updates of Oracle jdk6. But > it's > missed in openjdk-6. Its native implementation is a