RFR: 8313816: Accessing jmethodID might lead to spurious crashes [v11]
Thomas Stuefe
stuefe at openjdk.org
Mon Dec 4 11:14:55 UTC 2023
On Mon, 4 Dec 2023 00:41:23 GMT, David Holmes <dholmes at openjdk.org> wrote:
> From the blog:
>
> > Yes! The methods are being deallocated for a class loader that is still alive.
>
> Okay so why does this happen and is it a reasonable thing to be happening? On the surface it sounds wrong to deallocate anything associated with a live classloader.
This sounds odd to me to. I know that we deallocate the old *byte code* of re-transformed classes; but `Method*` ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16662#issuecomment-1838413238
More information about the hotspot-dev
mailing list