Code Review for jdk

Prepared by:jpai on Tue Oct 29 13:03:06 IST 2019
Compare against: https://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk
Compare against version:13713
Summary of changes: 65 lines changed: 54 ins; 0 del; 11 mod; 3329 unchg
Changeset: jdk.changeset
Bug id: JDK-8233103 : (zipfs) newOutputstream uses CREATE_NEW when no options specified
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java

rev 13714 : 8028480: (zipfs) NoSuchFileException on creating a file in ZipFileSystem with CREATE and WRITE
8034773: (zipfs) newOutputstream uses CREATE_NEW when no options specified
Summary: to open the new steram with appropricate open options
Reviewed-by:
15 lines changed: 11 ins; 0 del; 4 mod; 2396 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipPath.java

rev 13714 : 8028480: (zipfs) NoSuchFileException on creating a file in ZipFileSystem with CREATE and WRITE
8034773: (zipfs) newOutputstream uses CREATE_NEW when no options specified
Summary: to open the new steram with appropricate open options
Reviewed-by:
2 lines changed: 0 ins; 0 del; 2 mod; 882 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/demo/zipfs/ZFSTests.java

rev 13714 : 8028480: (zipfs) NoSuchFileException on creating a file in ZipFileSystem with CREATE and WRITE
8034773: (zipfs) newOutputstream uses CREATE_NEW when no options specified
Summary: to open the new steram with appropricate open options
Reviewed-by:
48 lines changed: 43 ins; 0 del; 5 mod; 51 unchg

This code review page was prepared using webrev (vers 25.18-hg+openjdk.java.net).