Would we benefit from AppCDS, when the Java application is started with a -javaagent
that redefines classes (e.g. when the application is started with an APM agent like that of Datadog: -javaagent:dd-java-agent.jar
). The ends and the means of AppCDS and an APM javaagent, sound contradictory to each other. Is there a way through which we can benefit from the best of both worlds?