[External] : Re: What causes java.lang.InternalError: platform encoding not initialized ?

Alan Bateman Alan.Bateman at oracle.com
Wed Sep 22 06:34:44 UTC 2021


On 21/09/2021 20:49, Scott Palmer wrote:
> :
>
>
> The agent is needed in my real app only to get an instance of the Instrumentation interface.
As a general point, the Instrumentation object should never be leaked to 
applications or libraries. I have no idea what the agent does here but 
you should be able to this applications without the java.instrument 
module in the runtime image.

-Alan


More information about the core-libs-dev mailing list