Re: RFR: 8326820: Metadata artificially kept alive [v4]

2024-06-27 Thread Axel Boldt-Christmas
> ClassLoaderDataGraph provides APIs for walking different metadata. All the > iterators which are not designed to be used by the GC also keep the holder of > the CLDs alive and by extensions keeps all metadata alive. This is > problematic for concurrent GC as it keeps otherwise unreachable clas

Re: RFR: 8326820: Metadata artificially kept alive [v4]

2024-06-27 Thread Coleen Phillimore
On Thu, 27 Jun 2024 12:58:44 GMT, Axel Boldt-Christmas wrote: >> ClassLoaderDataGraph provides APIs for walking different metadata. All the >> iterators which are not designed to be used by the GC also keep the holder >> of the CLDs alive and by extensions keeps all metadata alive. This is >>