public void testRegressionTest1() throws Exception
{
TestPrivateExternalizable test = TestPrivateExternalizable.createTestInstance();
SizeBenchmarkTestCase bench = new SizeBenchmarkTestCase();
bench.doTestJBossSerialization(test);
// force reconstruction of SoftReferences
ArrayList list = new ArrayList();
int i=0;