Re: RFR: JDK-8023203 - Wrap RandomAccessFile.seek native method into a Java helper method

2013-08-19 Thread Chris Hegarty
On 19/08/2013 09:35, Alan Bateman wrote: On 19/08/2013 01:44, Dan Xu wrote: HiAll, Please review the simple change for JDK-8023203 - Wrap RandomAccessFile.seek native method into a Java helper method. Itadds a helper java method and makes it the only place that can invoke the native method dire

Re: RFR: JDK-8023203 - Wrap RandomAccessFile.seek native method into a Java helper method

2013-08-19 Thread Alan Bateman
On 19/08/2013 01:44, Dan Xu wrote: HiAll, Please review the simple change for JDK-8023203 - Wrap RandomAccessFile.seek native method into a Java helper method. Itadds a helper java method and makes it the only place that can invoke the native method directly. Thanks! Webrev: http://cr.openj

RFR: JDK-8023203 - Wrap RandomAccessFile.seek native method into a Java helper method

2013-08-18 Thread Dan Xu
HiAll, Please review the simple change for JDK-8023203 - Wrap RandomAccessFile.seek native method into a Java helper method. Itadds a helper java method and makes it the only place that can invoke the native method directly. Thanks! Webrev: http://cr.openjdk.java.net/~dxu/8023203/webrev/ Bug