This commit is contained in:
Lauri Tulmin 2023-09-19 12:36:27 +03:00 committed by GitHub
parent 403e133446
commit 952b6ec394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
/*
JDDC instrumentation uses VirtualField<Connection, DbInfo>. Add DbInfo, that is used as the value of
JDBC instrumentation uses VirtualField<Connection, DbInfo>. 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