RFR: 8335896: Source launcher should set TCCL

Christian Stein cstein at openjdk.org
Thu Jul 11 09:35:54 UTC 2024


On Thu, 11 Jul 2024 07:02:49 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> [...] already have the Thread context classloader set to the application classloader.

This change will set the TCCL to the in-memory classloader in source launcher mode - which differs from the initial application classloader that was created for the `java test/Prog.java` process.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20097#issuecomment-2222469904


More information about the compiler-dev mailing list