113114115116117118119120121122123
long initTime = System.currentTimeMillis(); for (int i=0;i<iterations;i++) { session.doTestByReference(property); if (property.getX()==1000) { throw new RuntimeException("Property was not changed in a call-by-reference operation"); }