Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code (original) (raw)
Dan Xu dan.xu at oracle.com
Thu Oct 25 21:26:49 UTC 2012
- Previous message: hg: jdk8/tl/langtools: 6725230: Java Compilation with Jsr199 ignores Class-Path in manifest
- Next message: Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: hg: jdk8/tl/langtools: 6725230: Java Compilation with Jsr199 ignores Class-Path in manifest
- Next message: Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]