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

Alan Bateman Alan.Bateman at oracle.com
Fri Oct 26 08:17:31 UTC 2012


On 25/10/2012 22:26, 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
Thanks for taking this one, the changes looks good to me, and a good 
follow-up to 7186817 [1]. Also thank you for spending the time to make 
sure that it builds with both the old and the new build system. I'll 
push it for you today.

-Alan.

[1] http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c2be39b27e1c



More information about the core-libs-dev mailing list