287288289290291292293294295296297
/* Reload the profile to counteract the case where another processes wrote the profile during the above initialization. */ try { profAllVm.lock(60); profAllVm.reload(); } catch (Exception e) { throw e;