RFR: 8336389: Infinite loop occurs while resolving lookups [v2]
John Hendrikx
jhendrikx at openjdk.org
Tue Jul 16 19:51:58 UTC 2024
On Tue, 16 Jul 2024 19:39:09 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > Are you on the latest Eclipse?
>
> yes, 2024-06 (4.32.0) they recently fixed a bug with collections in the Variables view...
I'll check again, but rest assured, I've seen those as well, so it's not you. I've seen more subtle differences between the two compilers, sometimes this is because the Java spec is unclear or a bit ambiguous, and the compilers have different solutions (the Eclipse compiler implements the specification, and does not blindly copy the behavior of `javac`). Often there is a way to write the code in such a way that both compilers have no complaints :)
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1505#issuecomment-2231713093
More information about the openjfx-dev
mailing list