6869707172737475767778
if ( fastClass == null ) { bulkBean = null; } else { //test out the optimizer: Object instance = fastClass.newInstance(); bulkBean.setPropertyValues( instance, bulkBean.getPropertyValues( instance ) ); } } } catch( Throwable t ) {