On Fri, 13 Mar 2026 19:31:35 GMT, Alex Menkov <[email protected]> wrote:
> Updated jdwp agent to not use weak references for value objects (use strong > references instead) > > testing: tier1,tier2,tier3,hs-tier5-svc with enable-preview I don't think `commonRef_compact` should handle value object in a different way. If we decide to free the nodes when refcount reaches 0, it should be done for all nodes (value and instance objects). ------------- PR Comment: https://git.openjdk.org/valhalla/pull/2229#issuecomment-4070014127
