RFR: 8336389: Infinite loop occurs while resolving lookups [v2]
Andy Goryachev
angorya at openjdk.org
Tue Jul 16 16:53:00 UTC 2024
On Mon, 15 Jul 2024 19:06:30 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> We could re-use the instance for subsequent calls.
I would recommend against this suggestion: creating and destroying an object quickly is fairly cheap, but introducing a regression into a fairly complicated code is not.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1505#issuecomment-2231389610
More information about the openjfx-dev
mailing list