Code Review for jdk

Prepared by:bpb on Wed Mar 4 13:15:49 PST 2015
Workspace:/Users/bpb/Work/CoreLibs/jdk/jdk9/dev/jdk
Compare against: http://hg.openjdk.java.net/jdk9/dev/jdk
Compare against version:11560
Summary of changes: 39 lines changed: 25 ins; 0 del; 14 mod; 3804 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/share/classes/jdk/internal/jrtfs/JrtFileSystem.java

rev 11561 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
3 lines changed: 0 ins; 0 del; 3 mod; 532 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/unix/classes/sun/nio/fs/UnixFileSystem.java

rev 11561 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
3 lines changed: 0 ins; 0 del; 3 mod; 358 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/windows/classes/sun/nio/fs/WindowsFileSystem.java

rev 11561 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
3 lines changed: 0 ins; 0 del; 3 mod; 322 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java

rev 11561 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
3 lines changed: 0 ins; 0 del; 3 mod; 2414 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/nio/file/PathMatcher/Basic.java

rev 11561 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
27 lines changed: 25 ins; 0 del; 2 mod; 178 unchg

This code review page was prepared using /usr/local/bin/webrev.ksh (vers 25.2-hg+openjdk.java.net).