366367368369370371372373374
public ProfileStat getProfiletat() { if (profiletat != null) { return profiletat; } profiletatUpdater.compareAndSet(this, null, new ProfileStat()); return profiletat; }