RFR: 8308143: [ppc] remove constant and add wrap-up for successor
Amit Kumar
amitkumar at openjdk.org
Tue May 16 04:28:01 UTC 2023
This is cosmetic change, which adds simple range check logic and changes -1 to NOREG_ENCODING. I liked the changes for s390x so aligning PPC with the same.
-------------
Commit messages:
- changes -1 to NOREG_ENCODING and wraps successor()
Changes: https://git.openjdk.org/jdk/pull/13997/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13997&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8308143
Stats: 18 lines in 1 file changed: 4 ins; 0 del; 14 mod
Patch: https://git.openjdk.org/jdk/pull/13997.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13997/head:pull/13997
PR: https://git.openjdk.org/jdk/pull/13997
More information about the hotspot-compiler-dev
mailing list