RFR: JDK-8180450: secondary_super_cache does not scale well [v4]
Andrew Haley
aph at openjdk.org
Tue Mar 19 09:35:23 UTC 2024
On Mon, 18 Mar 2024 22:33:16 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> Hi Andrew, we'd most likely want to port this to Graal. Just for my understanding, the current implementation of [secondary super cache lookup in Graal](https://github.com/oracle/graal/blob/0a471fc329ea2c8c18c05f9d83347dc1199c3ad9/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/replacements/InstanceOfSnippets.java#L169) will continue to work until we get around to doing the port right?
Absolutely, yes. This is purely an add-on for now.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18309#issuecomment-2006505888
More information about the hotspot-dev
mailing list