RFR: 8348960: [leyden] compiler/c1/TestConcurrentPatching.java is stuck

Vladimir Ivanov vlivanov at openjdk.org
Thu Jan 30 18:24:01 UTC 2025


On Thu, 30 Jan 2025 16:13:09 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> However, it would be nice not to rely on recursion even though I agree it will eventually stop.

IMO an optional argument in `CompileQueue::purge_stale_tasks()` to control whether `transfer_pending()` is called or not would enable an easy way to turn the recursion into a (nested) loop.

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

PR Comment: https://git.openjdk.org/leyden/pull/30#issuecomment-2625250755


More information about the leyden-dev mailing list