Integrated: 8300255: Introduce interface for GC oop verification in the assembler

Erik Österlund eosterlund at openjdk.org
Mon Feb 13 15:53:46 UTC 2023


On Mon, 6 Feb 2023 15:32:50 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: f4d4fa50
Author:    Erik Österlund <eosterlund at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f4d4fa500c5038c85551bd7ed997e697d9f088eb
Stats:     182 lines in 18 files changed: 114 ins; 58 del; 10 mod

8300255: Introduce interface for GC oop verification in the assembler

Co-authored-by: Martin Doerr <mdoerr at openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch at openjdk.org>
Co-authored-by: Yadong Wang <yadongwang at openjdk.org>
Reviewed-by: fyang, aboldtch, coleenp

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

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


More information about the hotspot-dev mailing list