mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 11:05:09 +00:00
// comments.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
320b0b259c
commit
5e864d372f
@ -514,7 +514,8 @@ public void testReflectionObjectCycle() {
|
||||
ReflectionTestCycleB b = new ReflectionTestCycleB();
|
||||
a.b = b;
|
||||
b.a = a;
|
||||
// Causes:
|
||||
|
||||
// Used to caused:
|
||||
// java.lang.StackOverflowError
|
||||
// at java.lang.ClassLoader.getCallerClassLoader(Native Method)
|
||||
// at java.lang.Class.getDeclaredFields(Class.java:992)
|
||||
|
Loading…
x
Reference in New Issue
Block a user