Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8336274: MutableBigInteger.leftShift(int) optimization #20008

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5cb3130
MutableBigInteger.leftShift(int) optimization
fabioromano1 Jul 3, 2024
05514c5
Removed trailing whitespace
fabioromano1 Jul 3, 2024
0f7c8f3
Merge branch 'openjdk:master' into patchLeftShift
fabioromano1 Aug 7, 2024
cac34ef
Tests changes
fabioromano1 Aug 31, 2024
9231c60
Code more clear
fabioromano1 Sep 1, 2024
87474ee
Merge branch 'openjdk:master' into patchLeftShift
fabioromano1 Sep 2, 2024
5fd695d
Restructuring tests
fabioromano1 Sep 4, 2024
5398d02
Merge branch 'patchLeftShift' of https://github.com/fabioromano1/jdk …
fabioromano1 Sep 4, 2024
df35072
Merge branch 'openjdk:master' into patchLeftShift
fabioromano1 Sep 4, 2024
742dae9
Removed redundant code
fabioromano1 Sep 7, 2024
b48fb7a
Merge branch 'patchLeftShift' of https://github.com/fabioromano1/jdk …
fabioromano1 Sep 7, 2024
9504d76
Revision tests changes
fabioromano1 Sep 11, 2024
daa2d15
Use supported annotation by jtreg in tests
fabioromano1 Sep 11, 2024
f89b7ab
Some code clarifications
fabioromano1 Sep 12, 2024
09c13c5
Keep parameters' name consistence
fabioromano1 Sep 12, 2024
519937d
Added path-targeted tests
fabioromano1 Sep 27, 2024
f2c8f35
Merge branch 'patchLeftShift' of https://github.com/fabioromano1/jdk …
fabioromano1 Sep 27, 2024
9473d9b
Merge branch 'openjdk:master' into patchLeftShift
fabioromano1 Sep 27, 2024
8ace075
Small correction to ensure n > leadingZeros && nBits > leadingZeros
fabioromano1 Sep 28, 2024
8e65745
Path-targeted tests made parameterized
fabioromano1 Oct 1, 2024
6d228a3
Test cases' arguments correction
fabioromano1 Oct 1, 2024
d324f49
Code simplification
fabioromano1 Oct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.