We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a2115 commit 3a36f52Copy full SHA for 3a36f52
1 file changed
java-agent/src/jvmMain/kotlin/com/epam/drill/agent/Agent.kt
@@ -55,7 +55,6 @@ fun premain(agentArgs: String?, inst: Instrumentation) {
55
updateJvmLoggingConfiguration()
56
validateConfiguration()
57
inst.addTransformer(DrillClassFileTransformer, true)
58
- inst.retransformClasses(*inst.allLoadedClasses)
59
if (isClassScanningEnabled() || isCoverageCollectionEnabled()) {
60
JvmModuleMessageSender.sendAgentMetadata()
61
JvmModuleLoader.loadJvmModule(Test2Code::class.java.name).load()
0 commit comments