RFR: 8339694: ciTypeFlow does not correctly handle unresolved constant dynamic of array type [v3]

Vladimir Ivanov vlivanov at openjdk.org
Thu Oct 17 02:43:13 UTC 2024


On Tue, 15 Oct 2024 08:12:20 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Right, to be on the safe side, I could add a str.is_dynamic_constant() check to limit the trap to condy. What do you think?

No need to. It makes sense to improve ciTypeFlow analysis for all not-yet-loaded cases. Probably, additional test cases for such cases would help, but I'd expect existing tests to provide enough coverage. So, up to you.

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

PR Comment: https://git.openjdk.org/jdk/pull/21470#issuecomment-2418373855


More information about the hotspot-compiler-dev mailing list