Re: RFR: 8257750: writeBuffer field of java.io.DataOutputStream should be final [v2]

2020-12-04 Thread Lance Andersen
On Fri, 4 Dec 2020 17:22:29 GMT, Brian Burkhalter wrote: >> Please review this trivial change to make the `writeBuffer` array field >> final and move it to the beginning of the class where other fields are >> declared. > > Brian Burkhalter has updated the pull request incrementally with one >

Re: RFR: 8257750: writeBuffer field of java.io.DataOutputStream should be final [v2]

2020-12-04 Thread Brian Burkhalter
> Please review this trivial change to make the `writeBuffer` array field final > and move it to the beginning of the class where other fields are declared. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8257750: Change "byte wr

Re: RFR: 8257750: writeBuffer field of java.io.DataOutputStream should be final

2020-12-04 Thread Naoto Sato
On Fri, 4 Dec 2020 16:58:56 GMT, Brian Burkhalter wrote: > Please review this trivial change to make the `writeBuffer` array field final > and move it to the beginning of the class where other fields are declared. Marked as reviewed by naoto (Reviewer). - PR: https://git.openjdk.j

Re: RFR: 8257750: writeBuffer field of java.io.DataOutputStream should be final

2020-12-04 Thread Lance Andersen
On Fri, 4 Dec 2020 16:58:56 GMT, Brian Burkhalter wrote: > Please review this trivial change to make the `writeBuffer` array field final > and move it to the beginning of the class where other fields are declared. Marked as reviewed by lancea (Reviewer). - PR: https://git.openjdk.

RFR: 8257750: writeBuffer field of java.io.DataOutputStream should be final

2020-12-04 Thread Brian Burkhalter
Please review this trivial change to make the `writeBuffer` array field final and move it to the beginning of the class where other fields are declared. - Commit messages: - 8257750: writeBuffer field of java.io.DataOutputStream should be final Changes: https://git.openjdk.java.net