Skip to content

Commit e8a5ef2

Browse files
Update instrumentation/internal/internal-class-loader/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/classloader/BootDelegationInstrumentation.java
Co-authored-by: SylvainJuge <[email protected]>
1 parent f351043 commit e8a5ef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instrumentation/internal/internal-class-loader/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/classloader/BootDelegationInstrumentation.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public ElementMatcher<TypeDescription> typeMatcher() {
4949
// bootstrap loader (or happen to _be_ the bootstrap loader)
5050
// The AgentClassLoader and InstrumentationModuleClassloaders are required to be excluded
5151
// for the instrumentation to work properly. loadClass on those is invoked during Advice
52-
// bootstrapping
53-
// which therefore would cause an infinite recursion
52+
// bootstrapping which therefore would cause an infinite recursion
5453
return not(namedOneOf(
5554
"java.lang.ClassLoader",
5655
"com.ibm.oti.vm.BootstrapClassLoader",

0 commit comments

Comments
 (0)