Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code (original) (raw)
Mandy Chung mandy.chung at oracle.com
Fri Oct 26 18:13:30 UTC 2012
- Previous message: Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code
- Next message: Review Request: JDK-8001565, (fs) Typo Path.endsWith(String) javadoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good to me. You also fixed the new build to include java.io.FileSystem - that's good.
Mandy
On 10/25/2012 2:26 PM, Dan Xu wrote:
Hi,
Please review the code change to avoid native codes when creating the FileSystem object, http://cr.openjdk.java.net/~dxu/4239752/webrev/. In the change, the native codes for windows and unix platforms are removed. Instead, corresponding Java codes are added for each platform. Thanks! -Dan
- Previous message: Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code
- Next message: Review Request: JDK-8001565, (fs) Typo Path.endsWith(String) javadoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]