Thu, 29 Oct 2009 11:17:02 -07006896472: Missing libjsig.so causes jdk build failure jdk7-b75
ohair [Thu, 29 Oct 2009 11:17:02 -0700] rev 1802
6896472: Missing libjsig.so causes jdk build failure
Reviewed-by: tbell, kvn, phh

Mon, 19 Oct 2009 16:31:48 -07006889858: Add nonNull methods to java.util.Objects
darcy [Mon, 19 Oct 2009 16:31:48 -0700] rev 1801
6889858: Add nonNull methods to java.util.Objects
Reviewed-by: darcy
Contributed-by: jjb@google.com

Mon, 19 Oct 2009 13:43:25 -07006889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
jjg [Mon, 19 Oct 2009 13:43:25 -0700] rev 1800
6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
Reviewed-by: darcy

Mon, 19 Oct 2009 20:02:45 +01006884480: (file) Path.relativize has typo in parameter description
alanb [Mon, 19 Oct 2009 20:02:45 +0100] rev 1799
6884480: (file) Path.relativize has typo in parameter description
Reviewed-by: chegar

Mon, 19 Oct 2009 20:01:45 +01006879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed
alanb [Mon, 19 Oct 2009 20:01:45 +0100] rev 1798
6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed
Reviewed-by: sherman

Mon, 19 Oct 2009 19:59:22 +01006892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
alanb [Mon, 19 Oct 2009 19:59:22 +0100] rev 1797
6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
Reviewed-by: ohair

Mon, 19 Oct 2009 19:58:38 +01006892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode
alanb [Mon, 19 Oct 2009 19:58:38 +0100] rev 1796
6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode
Reviewed-by: ohair

Thu, 15 Oct 2009 22:47:56 -0700Merge
tbell [Thu, 15 Oct 2009 22:47:56 -0700] rev 1795
Merge

Thu, 15 Oct 2009 20:18:30 -0700Merge
mchung [Thu, 15 Oct 2009 20:18:30 -0700] rev 1794
Merge

Thu, 15 Oct 2009 17:36:53 -07006891707: Eliminate the java.io.FilePermission dependency on PolicyFile
mchung [Thu, 15 Oct 2009 17:36:53 -0700] rev 1793
6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
Summary: Replace call to PolicyFile.canonPath with its own implementation
Reviewed-by: alanb, mullan