Sync'ing up jdk7 at b50

Andrew John Hughes gnu_andrew at member.fsf.org
Fri Mar 6 04:15:20 PST 2009


2009/2/11 Alan Bateman <Alan.Bateman at sun.com>:
>
> Just a heads-up that I plan to push a change-set to jdk7 b50 to bring the
> nio2 implementation up to date (jdk7 has the socket-channel API updates
> since b36 but not the file system API, asynchronous I/O API, and other fixes
> that have accumulated in the interim). This will allow it be tested by the
> wide audience that consume the weekly promoted builds. Development (esp. API
> changes) will continue here and will be sync'ed in later builds.
>
> -Alan.
>

In b50 of JDK7, there seem to be a few files missing that were in b99 of NIO2:

jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipEntryInfo.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileStore.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileSystem.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipHeaderConstants.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileAttributes.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/JarEntryInfo.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileBasicAttributeView.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipPathParser.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFilePath.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/JarFileAttributeView.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/JarFileAttributes.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileBasicAttributes.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileStream.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileSystemProvider.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipUtils.java
jdk/src/share/demo/nio/ZipFileSystem/com/sun/nio/zipfs/ZipFileAttributeView.java
jdk/src/share/demo/nio/ZipFileSystem/README.txt
jdk/src/share/demo/nio/ZipFileSystem/META-INF/services/java.nio.file.spi.FileSystemProvider
jdk/src/share/sample/nio/aio/EchoServer.java
jdk/src/share/classes/sun/nio/ch/AsynchronousFileLockImpl.java
jdk/src/share/classes/sun/nio/fs/AbstractNamedAttributeView.java
jdk/src/share/classes/java/io/Inputs.java
jdk/src/share/classes/java/io/Outputs.java
jdk/src/share/classes/java/nio/file/attribute/NamedAttributeView.java
jdk/src/solaris/classes/sun/nio/fs/LinuxNamedAttributeView.java
jdk/src/solaris/classes/sun/nio/fs/SolarisNamedAttributeView.java
jdk/src/windows/classes/sun/nio/fs/WindowsNamedAttributeView.java
jdk/make/mkdemo/nio/Makefile
jdk/make/mkdemo/nio/ZipFileSystem/Makefile
jdk/make/mksample/nio/aio/Makefile
jdk/test/demo/nio/ZipFileSystem/Sanity.java
jdk/test/demo/nio/ZipFileSystem/sanity.sh
jdk/test/java/io/Inputs/Basic.java

The main thing is the ZIP FS demo, but I was surprised that some of
the other files were missing.  Should this be the case?

Thanks,
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the nio-dev mailing list