hg: jdk8/tl/jdk: 7146152: File.path should be final

2012-02-19 Thread alan . bateman
Changeset: 24c298ef20a8
Author:forax
Date:  2012-02-19 16:51 +
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/24c298ef20a8

7146152: File.path should be final
Reviewed-by: alanb, dholmes, mduigou

! src/share/classes/java/io/File.java



hg: jdk8/tl/jdk: 7146506: (fc) Add EACCES check to the return of fcntl native method

2012-02-19 Thread littlee
Changeset: de7f6d5841b6
Author:littlee
Date:  2012-02-20 11:24 +0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/de7f6d5841b6

7146506: (fc) Add EACCES check to the return of fcntl native method
Summary: Add EACCES check according to the spec of fcntl
Reviewed-by: alanb

! src/solaris/native/sun/nio/ch/FileDispatcherImpl.c