RFR: 8337548: Dumping static archive passes is_superclass true for interfaces

David Holmes dholmes at openjdk.org
Fri Nov 22 04:26:17 UTC 2024


On Thu, 21 Nov 2024 21:36:09 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Save the setting of is_superclass in the DETECT_CIRCULARITY placeholder entry with the class name in case handle_parallel_super_load is needed.  This corrects the is_superclass parameter passed to resolve_with_circularity_detection, which is then used by CDS code.
> 
> Tested with tier1-7 (in progress).

I can't quite figure out who the top caller is that actually knows whether `superclassname` is a class or interface???

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

PR Review: https://git.openjdk.org/jdk/pull/22309#pullrequestreview-2453292253


More information about the hotspot-runtime-dev mailing list