RFR: 8304745: Lazily initialize byte[] in java.io.BufferedInputStream [v6]
Chen Liang
liach at openjdk.org
Fri Mar 24 18:02:29 UTC 2023
On Fri, 24 Mar 2023 17:51:03 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:
> Is something wrong with line endings in the added benchmark? jcheck seems to complain a lot?
It often happens when copying a file on windows. Can usually be fixed in intellij idea by navigating to the file and changing line endings to LF from CRLF, as long as git config is right (as per https://github.com/openjdk/jdk/blob/master/doc/building.md#special-considerations) the line ending will be fixed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13150#issuecomment-1483200334
More information about the core-libs-dev
mailing list