On Thu, 18 Jun 2026 11:45:56 GMT, Sean Mullan <[email protected]> wrote:
> Question about reachability fences - does this mean all 4 of these methods > would have to be called (which is unlikely) before the `PEM` object would be > reclaimed? No, each are independent. It occurs when there are no more future references to the object and GC takes it too early. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31564#issuecomment-4744222915
