JavaAgent's agentmain method declared public
This commit is contained in:
@@ -31,7 +31,7 @@ class JavaAgentLauncher {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void agentmain(String agentArguments, Instrumentation instrumentation) {
|
public static void agentmain(String agentArguments, Instrumentation instrumentation) {
|
||||||
premain(agentArguments, instrumentation);
|
premain(agentArguments, instrumentation);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user