* tests/havoc.class: Removed binary file.
[cacao.git] / tests / stack / README
1 for additional exception test, remove the _clinit2,3,.. or _1,_2... class files. One at a time, after compilation.
2
3
4 Lazy loading/binding problem ?
5 If you delete nestedconstructorexception2_1.class and run the nestedconstructorexception2 class
6
7 The cacao stack results in:
8 java.lang.NoClassDefFoundError: nestedconstructorexception2_1
9    at nestedconstructorexception2.main (nestedconstructorexception2.java:34)
10
11
12 The same testcase with java:
13
14 Something caught in constructor
15 Something caught in constructor
16 Something caught in constructor
17 java.lang.NoClassDefFoundError: nestedconstructorexception2_1
18         at nestedconstructorexception2.<init>(nestedconstructorexception2.java:20)
19         at nestedconstructorexception2.<init>(nestedconstructorexception2.java:17)
20         at nestedconstructorexception2.<init>(nestedconstructorexception2.java:14)
21         at nestedconstructorexception2.main(nestedconstructorexception2.java:34)