RFR: 8300255: Introduce interface for GC oop verification in the assembler [v3]

Erik Österlund eosterlund at openjdk.org
Wed Feb 8 10:19:20 UTC 2023


> In the assembly code, there is some generic oop verification code. Said verification may or may not fit a particular GC. In particular, it has not worked well for ZGC for a while, and there is an if (UseZGC). This enhancement aims at generalizing this code, such that a collector can have its own oop verification policy.

Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:

  RISC-V fixes

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12443/files
  - new: https://git.openjdk.org/jdk/pull/12443/files/c5617992..37018550

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

  Stats: 6 lines in 2 files changed: 0 ins; 1 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/12443.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12443/head:pull/12443

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


More information about the hotspot-dev mailing list