This commit is contained in:
Nikolay Martynov 2019-11-07 06:55:31 -05:00
parent df6cb663d4
commit f371e391a8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import java.util.regex.Pattern;
*
* <p>JVM loads this class onto app's classloader, afterwards agent needs to inject its classes onto
* bootstrap classpath. This leads to this class being visible on bootstrap. This in turn means that
* this class may be loaded again on bootstrap by accident if we ever reference is after bootstrap
* this class may be loaded again on bootstrap by accident if we ever reference it after bootstrap
* has been setup.
*
* <p>In order to avoid this we need to make sure we do a few things: