// "Convert to atomic" "true" class Test { int o; int j = o; void foo() { while ((o = j) != 0) {} } }