I'd say it's not even clear why that'd constitute a bug. Whole systems are built on go-rourines and continuations getting GCed.
I think there certainly is a clash between the need to track life cycle of something (tell threads to terminate) in a system where life cycle of things is not tracked (because GC). On Mon, 12 Jan 2026, 09:58 Viktor Klang, <[email protected]> wrote: > How do you find the bug? > > On 2026-01-12 05:36, robert engels wrote: > > Why not just fix your design to ensure the proper behavior? > > -- > Cheers, > √ > > > Viktor Klang > Software Architect, Java Platform Group > Oracle > >
