private static void UnconditionallySetState(long address, long update) { UnsafeUtil.putLongVolatile(address, update); }