Integrated: 8343810: [s390x] is_uimm* methods should take unsigned arguments
Amit Kumar
amitkumar at openjdk.org
Mon Nov 11 09:35:53 UTC 2024
On Fri, 8 Nov 2024 04:47:23 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> trivial patch which just updates the argument datatype of `is_uimm*` methods, from `int64_t` to `uint64_t`.
This pull request has now been integrated.
Changeset: a93bd9df
Author: Amit Kumar <amitkumar at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a93bd9dfdd7e340b10c24a15fb70a3801bfb373d
Stats: 7 lines in 1 file changed: 0 ins; 1 del; 6 mod
8343810: [s390x] is_uimm* methods should take unsigned arguments
Reviewed-by: lucy
-------------
PR: https://git.openjdk.org/jdk/pull/21967
More information about the hotspot-compiler-dev
mailing list