chenweixuanJokes
Results
1
comments of
chenweixuanJokes
原因如下,在 agent 加载 org/springframework/core/NestedRuntimeException 的过程当中,在这行 AsmUtils.toBytes(classNode) 会 load 一次,参见代码 ClassLoaderAwareClassWriter.class: ```java @Override protected String getCommonSuperClass(String type1, String type2) { if (classLoader == null) { return super.getCommonSuperClass(type1, type2); } Class c,...