diff --git a/instrumentation/jdbc/bootstrap/build.gradle.kts b/instrumentation/jdbc/bootstrap/build.gradle.kts index 6fa135bb72..eac175c2d0 100644 --- a/instrumentation/jdbc/bootstrap/build.gradle.kts +++ b/instrumentation/jdbc/bootstrap/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } /* -JDDC instrumentation uses VirtualField. Add DbInfo, that is used as the value of +JDBC instrumentation uses VirtualField. Add DbInfo, that is used as the value of VirtualField, to boot loader. We do this because when JDBC instrumentation is started in multiple class loaders in the same hierarchy, each would define their own version of DbInfo. It is possible that the value read from virtual field would be from the wrong class loader and could produce a