[code-reflection] RFR: Add support for enclosing class types

Maurizio Cimadamore mcimadamore at openjdk.org
Thu May 30 21:08:27 UTC 2024


On Thu, 30 May 2024 20:27:32 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> Hmm... i suspect the it's due to canonicalization. We parse the expected model and serialize it out. Depending on the operation its result type is determined by say its operands rather than what is explicitly declared in the text.

That might explain why I cannot reproduce compiling the test and dumping out the IR... but it used to work fine, so I doubt it's the op itself. There must be something flaky in the serialization/deserialization process that's leaving `[]` behind.

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

PR Review Comment: https://git.openjdk.org/babylon/pull/107#discussion_r1621426016


More information about the babylon-dev mailing list