RFR: 8290718: Remove ALLOCATION_SUPER_CLASS_SPEC

Ioi Lam iklam at openjdk.org
Mon Aug 1 20:33:05 UTC 2022


On Thu, 21 Jul 2022 12:50:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This super class simply exists to have virtual functions for print() in non-product mode.  In CHeapObj objects, it creates a vptr that break deterministic archive creation when I change the type of ModuleEntry in upcoming work.
> I moved the virtual print functions to ResourceObj and CompilationResourceObj since there are still several print functions called for those types.  Many were for the compilation types. Maybe someone should fix those someday.
> Tested with tier1 on Oracle supported platforms and builds-only for others (ppc, s390, etc).

LGTM

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

Marked as reviewed by iklam (Reviewer).

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


More information about the hotspot-dev mailing list