[lworld] RFR: 8359370: [lworld] allow instance fields of identity classes to be readable in the prologue phase

Vicente Romero vromero at openjdk.org
Wed Jul 2 22:05:31 UTC 2025


On Sat, 21 Jun 2025 16:10:42 GMT, Chen Liang <liach at openjdk.org> wrote:

> Just curious, why is field proxies so late in the stages? Is it because strict fields cannot be used by lowered structures, etc.?

sorry I missed your question, well what this phase is doing is kind of similar to what we do in Lower, actually I don't discard folding the code into lower in the future, this is probably one of the reasons it is so close to Lower. We certainly need it after Flow

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

PR Comment: https://git.openjdk.org/valhalla/pull/1490#issuecomment-3028992624


More information about the valhalla-dev mailing list