> This implementation of MutableBigInteger.leftShift(int) optimizes the current > version, avoiding unnecessary copy of the MutableBigInteger's value content > and performing the primitive shifting only in the original portion of the > value array rather than in the value yet extended with trailing zeros.
fabioromano1 has updated the pull request incrementally with one additional commit since the last revision: Path-targeted tests made parameterized ------------- Changes: - all: https://git.openjdk.org/jdk/pull/20008/files - new: https://git.openjdk.org/jdk/pull/20008/files/8ace0757..8e657455 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=20008&range=14 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20008&range=13-14 Stats: 20 lines in 1 file changed: 7 ins; 9 del; 4 mod Patch: https://git.openjdk.org/jdk/pull/20008.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/20008/head:pull/20008 PR: https://git.openjdk.org/jdk/pull/20008