On Thu, 30 Jul 2026 00:05:40 GMT, Yasumasa Suenaga <[email protected]> wrote:
> They are used as index of `AARCH64ThreadContext::data`. Not symbolically for the most part. A few are used like PC and SP. None of the new V register symbols are referenced and most of the R register symbols also are not. So while data[] might have all R and V register values, no code ever does something like reference data[V0]. Code might reference data[34], but in this case 34 is being pulled from somewhere else, not by referencing the V0 symbol. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31999#issuecomment-5124757572
