You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/internal/internal-class-loader/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/classloader/DefineClassInstrumentation.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,7 @@ public static DefineClassContext onEnter(
54
54
55
55
// TODO: the ToReturned does nothing except for signaling the AdviceTransformer that it must
56
56
// not touch this advice
57
-
// this is done to ensure that ClassLoaderInstrumentationModule.loadAdviceClassesEagerly works
58
-
// correctly
59
-
// we can therefore remove it, as soon as the AdviceTransformer is not applied anymore
57
+
// this is done because we do not want the return values to be wrapped in array types
0 commit comments