Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes [v3]

2025-05-09 Thread Ioi Lam
On Mon, 5 May 2025 23:50:41 GMT, Chen Liang wrote: >> Ioi Lam has updated the pull request with a new target base due to a merge >> or a rebase. The pull request now contains 20 commits: >> >> - Merge branch 'master' into >> 8354890-aot-init-methodhandleimpl-and-inner-classes >> - Comments f

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes [v3]

2025-05-08 Thread Ioi Lam
> This is a general fix for all the "points to a static field that may hold a > different value" failures related to `java/lang/invoke/MethodHandleImpl`. > E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), > [JDK-8353330](https://bugs.openjdk.org/browse/JDK-8353330). > > AOT-cac

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes [v2]

2025-05-08 Thread Vladimir Ivanov
On Mon, 5 May 2025 23:50:31 GMT, Ioi Lam wrote: >> This is a general fix for all the "points to a static field that may hold a >> different value" failures related to `java/lang/invoke/MethodHandleImpl`. >> E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), >> [JDK-8353330](http

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes [v2]

2025-05-05 Thread Chen Liang
On Mon, 5 May 2025 23:50:31 GMT, Ioi Lam wrote: >> This is a general fix for all the "points to a static field that may hold a >> different value" failures related to `java/lang/invoke/MethodHandleImpl`. >> E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), >> [JDK-8353330](http

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes [v2]

2025-05-05 Thread Ioi Lam
> This is a general fix for all the "points to a static field that may hold a > different value" failures related to `java/lang/invoke/MethodHandleImpl`. > E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), > [JDK-8353330](https://bugs.openjdk.org/browse/JDK-8353330). > > AOT-cac

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes

2025-05-05 Thread Ioi Lam
On Thu, 1 May 2025 18:52:22 GMT, Andrew Dinn wrote: > @iklam We have seen this problem with Red Hat deployments in jdk24 as well as > jdk25-ea. > > I'm saying that mostly for information. However, I do have to ask: If this is > fixed for jdk25 is there any question of also fixing it in jdk24?

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes

2025-05-01 Thread Andrew Dinn
On Tue, 29 Apr 2025 22:59:29 GMT, Ioi Lam wrote: > This is a general fix for all the "points to a static field that may hold a > different value" failures related to `java/lang/invoke/MethodHandleImpl`. > E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), > [JDK-8353330](https:/

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes

2025-04-30 Thread Chen Liang
On Wed, 30 Apr 2025 21:49:12 GMT, Chen Liang wrote: >> This is a general fix for all the "points to a static field that may hold a >> different value" failures related to `java/lang/invoke/MethodHandleImpl`. >> E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), >> [JDK-8353330](

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes

2025-04-30 Thread Ioi Lam
On Tue, 29 Apr 2025 22:59:29 GMT, Ioi Lam wrote: > This is a general fix for all the "points to a static field that may hold a > different value" failures related to `java/lang/invoke/MethodHandleImpl`. > E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), > [JDK-8353330](https:/

Re: RFR: 8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes

2025-04-30 Thread Chen Liang
On Tue, 29 Apr 2025 22:59:29 GMT, Ioi Lam wrote: > This is a general fix for all the "points to a static field that may hold a > different value" failures related to `java/lang/invoke/MethodHandleImpl`. > E.g., [JDK-8354840](https://bugs.openjdk.org/browse/JDK-8354840), > [JDK-8353330](https:/