Re: @CallerSensitive as public API ?

2013-07-20 Thread Nick Williams
"This bug is not available." On Jul 19, 2013, at 8:41 PM, Mandy Chung wrote: > Peter, > > FYI. I have filed this RFE: > 8020968: Load resource files using the caller's class and class loader > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8020968 > > Mandy > > On 6/25/2013 6:50 PM, P

Re: @CallerSensitive as public API ?

2013-07-20 Thread Chris Hegarty
On 20 Jul 2013, at 15:28, Nick Williams wrote: > "This bug is not available." It can take up to 24hrs for a newly created bug to become available, please check again later. :-( -Chris. > > On Jul 19, 2013, at 8:41 PM, Mandy Chung wrote: > >> Peter, >> >> FYI. I have filed this RFE: >>

JDK 8 RFR java.nio doclint fixes

2013-07-20 Thread Joe Darcy
Hello, Please review the latest batch of doclint fixes, this time java.nio.*. Thanks, -Joe diff -r e013b32118af src/share/classes/java/nio/channels/package-info.java --- a/src/share/classes/java/nio/channels/package-info.javaFri Jul 19 09:42:58 2013 -0700 +++ b/src/share/classes/java/nio/

Re: JDK 8 RFR java.nio doclint fixes

2013-07-20 Thread Lance @ Oracle
Looks fine joe Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 lance.ander...@oracle.com Sent from my iPad On Jul 20, 2013, at 1:17 PM, Joe Darcy wrote: > Hello, > > Please review the latest batch of doclint f

hg: jdk8/tl/jdk: 8020971: Fix doclint issues in java.nio.*

2013-07-20 Thread joe . darcy
Changeset: 4bd04969a228 Author:darcy Date: 2013-07-20 11:39 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4bd04969a228 8020971: Fix doclint issues in java.nio.* Reviewed-by: lancea ! src/share/classes/java/nio/channels/package-info.java ! src/share/classes/java/nio/charset/

Re: RFR [8020669] java.nio.file.Files.readAllBytes() does not read any data when Files.size() is 0

2013-07-20 Thread Ivan Gerasimov
Roger, David thanks for suggestions! Would you please take a look at an updated webrev? http://cr.openjdk.java.net/~igerasim/8020669/1/webrev/ - File size is used as an initial size of BAOS's buffer. - BAOS avoids copying its buffer in toByteArray(), if size is correct . I don't want to initial