JavaAgent's agentmain method declared public

This commit is contained in:
2022-01-30 16:21:11 +08:00
parent 1a47d2956e
commit fafbf178b1

View File

@@ -31,7 +31,7 @@ class JavaAgentLauncher {
}
}
static void agentmain(String agentArguments, Instrumentation instrumentation) {
public static void agentmain(String agentArguments, Instrumentation instrumentation) {
premain(agentArguments, instrumentation);
}
}