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: sermant-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/classloader/ClassLoaderManager.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ public static ClassLoader getContextClassLoaderOrUserClassLoader() {
104
104
if (classLoader != null) {
105
105
returnclassLoader;
106
106
}
107
+
107
108
// In some Tomcat scenarios, sermant cannot obtain the class loader of the current thread.
108
109
// In this case, the host class loader is used to load classes.
0 commit comments