RFR: 8331117: [PPC64] secondary_super_cache does not scale well [v2]
Andrew Haley
aph at openjdk.org
Sat Jun 15 09:06:13 UTC 2024
On Sat, 15 Jun 2024 08:51:18 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19368#issuecomment-2169228092
More information about the hotspot-compiler-dev
mailing list