On 08/09/2016 09:36, David Holmes wrote:


Confused again - the main class should not be loaded by the built-in App loader if a custom system loader was specified!
The class path you specify to the java launcher is the application class path. The application class loader loads from that class path. If there is a custom class loader then it has visibility to the types on the class path by way of parent delegation. So no changes there, the only change should be to the JPLIS agent. Note that the JPLIS agent has always done the right thing for agents loaded into a running VM, it's only the -javaagent/command-line where it isn't aligned with the spec.

-Alan

Reply via email to