On Fri, 29 Aug 2025 14:04:18 GMT, Maurizio Cimadamore <[email protected]> 
wrote:

>> true, now that we removed the visitor at TreeInfo that is a problem
>
> Actually -- this is enough:
> 
> class Test {
> 
>     int x = 4;
> 
>     static String m(Object r) { return null; }
> 
>     Test() {
>         m(x).toString();
>         super();
>     }
> 
>     public static void main(String[] args) {
>         new Test();
>     }
> }
> 
> No lambda. So probably was an issue even before, with `TreeInfo`.

yep :(

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/1523#discussion_r2310323171

Reply via email to