Merge branch '5.3.x'

This commit is contained in:
Juergen Hoeller
2021-09-30 18:14:15 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ public class ReflectUtils {
// in case of plain LinkageError (class already defined)
// or IllegalArgumentException (class in different package):
// fall through to traditional ClassLoader.defineClass below
t = ex;
t = target;
}
catch (Throwable ex) {
throw new CodeGenerationException(ex);