Remove unused fetch JMX classloader (#1901)
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
This commit is contained in:
parent
0200081007
commit
16bd639d31
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue