On Fri, 14 May 2021 03:53:27 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> There used to be 2 writeInterger(0), and the second one is write the segment >> size with dummy value 0. I will add a comment here. Thanks > > Ok, I missed that. I think where a comment is needed is with the first > `writerInteger(0)`. It's not clear to me what that one is for. OK, I will add it. it is a dummy value for `timestamp` slot.And seems it is never fill with real time stamp in current implementation. ------------- PR: https://git.openjdk.java.net/jdk/pull/2803