We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d6177 commit 200d4a1Copy full SHA for 200d4a1
utils/src/main/java/datadog/instrument/utils/ClassLoaderIndex.java
@@ -12,7 +12,7 @@
12
import static datadog.instrument.utils.ClassLoaderKey.SYSTEM_CLASS_LOADER_KEY_ID;
13
14
/**
15
- * Semi-stable index of {@link ClassLoaderKey}s that guarantees a unique key and id for different
+ * Semi-stable index of known {@link ClassLoader}s that guarantees a unique key-id for different
16
* class-loaders. A class-loader may have more than one key-id over its life if it is temporarily
17
* displaced from the index. For example if a large number of class-loaders (>500) were created in
18
* parallel.
0 commit comments