skywalking-java/apm-sniffer/apm-agent-core
libinglong 1215a52d09
Concurrent accessing allJars causes the plugin to fail to load (#5158)
Another thread could get the list which is still in the initialization stage, due to first element added. So we need a local variable to avoid this. Also, notice this happens only in concurrency class loader env.
2020-07-23 21:51:30 +08:00
..
src Concurrent accessing allJars causes the plugin to fail to load (#5158) 2020-07-23 21:51:30 +08:00
pom.xml Set version to 8.1.0 for next iteration. (#4916) 2020-06-12 23:44:42 +08:00