On the 0x23C day of Apache Harmony Vasily M. Zakharov wrote: > Hi, all, > > I've just uploaded a classloading stress test to > http://issues.apache.org/jira/browse/HARMONY-2615. > It locates all the classes available in bootclasspath and tries to load > each of them with a simple Class.forName() call.
does it run in multiple threads (for better stressing:)? > This simple test already helped to find a number of bugs in DRLVM and > may potentially find some more, so I recommend including it to some test > suite that is run regularly. > > By the way, the test fails on the current build, and the fail looks very > strange - at some point, an uncaught exception emerges from inside the > catch(Throwable) block. interesting! could you, please, reduce the test? -- Egor Pasko
