Interner<String> pool = Interners.newWeakInterner(); String synKey = "NewOrder:" + id; synchronized (pool.intern(synKey)) { ./// }