RFR: 8321637: Simplify if statement in ArraysSupport::hugeLength
Jie Fu
jiefu at openjdk.org
Sun Dec 10 03:59:17 UTC 2023
On Sat, 9 Dec 2023 23:19:52 GMT, John Jiang <jjiang at openjdk.org> wrote:
> It looks the `else-if` and `else` clauses in method `ArraysSupport::hugeLength` could be simplified by `Math::max`.
The JBS should be an enhancement, not a bug, right?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17043#issuecomment-1848849957
More information about the core-libs-dev
mailing list