Review Request - JDK-4239752: FileSystem should be a platform-specific class to avoid native code

David Holmes david.holmes at oracle.com
Fri Oct 26 02:33:25 UTC 2012


Looks good to me.

I have to wonder why we ever used a native method to invoke a Java 
constructor though ???

David

On 26/10/2012 7:26 AM, 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



More information about the core-libs-dev mailing list