On 21/09/2021 20:49, Scott Palmer wrote:
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.:The agent is needed in my real app only to get an instance of the Instrumentation interface.
-Alan