RFR: 8292575: riscv: Represent Registers as values [v2]

Feilong Jiang fjiang at openjdk.org
Fri Aug 26 02:49:17 UTC 2022


> Follow up [JDK-8292153](https://bugs.openjdk.org/browse/JDK-8292153) and [JDK-8292203](https://bugs.openjdk.org/browse/JDK-8292203), migrate away from pointer-based representation of Register values.
> 
> It improves compile-time checking by forbidding implicit conversions between integrals and pointers.
> 
> Testing:
> - hotspot/jdk tier1 on unmatched board
> - hotspot/jdk tier1 on qemu

Feilong Jiang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:

 - Merge branch 'master' of https://github.com/openjdk/jdk into riscv-register-rep
 - Represent Registers as values

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/9936/files
  - new: https://git.openjdk.org/jdk/pull/9936/files/3a126f1e..72e55d46

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9936&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9936&range=00-01

  Stats: 21803 lines in 643 files changed: 8464 ins; 10027 del; 3312 mod
  Patch: https://git.openjdk.org/jdk/pull/9936.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9936/head:pull/9936

PR: https://git.openjdk.org/jdk/pull/9936


More information about the hotspot-dev mailing list