RFR: 8331117: [PPC64] secondary_super_cache does not scale well [v2]

Martin Doerr mdoerr at openjdk.org
Mon Jun 17 09:35:30 UTC 2024


On Sat, 15 Jun 2024 09:03:57 GMT, Andrew Haley <aph at openjdk.org> wrote:

> > That doesn't look like a platform specific thing. I'm getting the same result on x86_64. @theRealAph: Is that a known limitation or is it worth a new JBS issue?
> 
> Ah, I see. The test is doing some IR node counts for Klass loads, and `-UseSecondarySupersCache` deletes one of those loads. So it's not actually a behavioural change. I'm not sure what to do about this.

Maybe file an issue and ask the IR test folks to take a look? I don't think this PR is a good place to discuss it.

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

PR Comment: https://git.openjdk.org/jdk/pull/19368#issuecomment-2172868044


More information about the hotspot-compiler-dev mailing list