// 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:
Gary D. Gregory 2006-09-29 19:56:41 +00:00
parent 320b0b259c
commit 5e864d372f

View File

@ -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)