Code Review for jdk

Prepared by:bpb on Fri Feb 27 14:07:51 PST 2015
Workspace:/Users/bpb/Work/CoreLibs/jdk/jdk9/dev/jdk
Compare against: http://hg.openjdk.java.net/jdk9/dev/jdk
Compare against version:11513
Summary of changes: 19 lines changed: 8 ins; 0 del; 11 mod; 1294 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 11514 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: TBD
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 11514 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: TBD
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 11514 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: TBD
3 lines changed: 0 ins; 0 del; 3 mod; 322 unchg

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

rev 11514 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: TBD
10 lines changed: 8 ins; 0 del; 2 mod; 82 unchg

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