Remove unused fetch JMX classloader (#1901)

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
This commit is contained in:
Pavol Loffay 2020-12-14 22:01:51 +01:00 committed by GitHub
parent 0200081007
commit 16bd639d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ public class IntegrationTestUtils {
return getAgentFieldClassloader("AGENT_CLASSLOADER");
}
/** Returns the classloader the jmxfetch is running on. */
public static ClassLoader getJmxFetchClassLoader() {
return getAgentFieldClassloader("JMXFETCH_CLASSLOADER");
}
private static ClassLoader getAgentFieldClassloader(String fieldName) {
Field classloaderField = null;
try {