[lworld] Withdrawn: 8359370: [lworld] allow instance fields of identity classes to be readable in the prologue phase
duke
duke at openjdk.org
Thu Aug 28 04:21:57 UTC 2025
On Fri, 20 Jun 2025 23:03:34 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> Before this fix only strict fields were readable in the prologue phase. The proposed fix should allow any instance fields of identity classes to be readable in the prologue phase. This implies changes in flow analysis as before we were only tracking final and strict fields. There is also some "cooperation" needed in the code to detect cases when reading a field is not allowed in the prologue phase. For example some methods in Resolve don't have all the needed information at the moment they are dealing with some ASTs and part of the processing needs to be done in Attr
>
> TIA
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/valhalla/pull/1490
More information about the valhalla-dev
mailing list