Re: RFR 8204310 : Simpler RandomAccessFile.setLength() on Windows

2018-06-10 Thread Ivan Gerasimov
Hi Alan! On 6/6/18 6:57 AM, Alan Bateman wrote: I think this should be okay but the Windows implementation has a long history of biting the fingers of anyone that dares touch it. Sometimes unexpected behavior changes only come to light long after the change. The recent mails here about Kafka

Re: [JDK 11] RFR 8201528: Add new test to check for package versioning information in OpenJDK

2018-06-10 Thread Chris Yin
Hi, Mandy Thanks lot for your suggestions, update webrev as below and comment inline, thanks http://cr.openjdk.java.net/~xyin/8201528/webrev.02/ > On 9 Jun 2018, at 4:22 AM, mandy chung wrote: > > > > On 6/8/18 12:07 AM, Chris Yin wrot

Re: The store for byte strings

2018-06-10 Thread Florian Weimer
* John Rose: > In https://bugs.openjdk.java.net/browse/JDK-8161256 I discuss > this nascent API under the name "ByteSequence", which is analogous > to CharSequence, but doesn't mention the types 'char' or 'String'. Very interesting. What's the specification for toString() and hashCode()? One pr