RFR: 8290718: Remove ALLOCATION_SUPER_CLASS_SPEC
Coleen Phillimore
coleenp at openjdk.org
Thu Jul 21 16:33:04 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).
Thanks Zhengyu. I've been also building shenandoah accidentally so it works for that too.
-------------
PR: https://git.openjdk.org/jdk/pull/9591
More information about the hotspot-dev
mailing list