Sam Schilling
01/15/2020, 10:36 PMThe referenced value. Gets the value or sets the new value. If new value is not null, it must be frozen or permanent object.What is a permanent object? I have not seen that language used elsewhere before
Kris Wong
01/15/2020, 10:41 PMobject
keyword, but not certainSam Schilling
01/15/2020, 10:41 PMSam Schilling
01/15/2020, 11:03 PMval a = false
AtomicReference(a) // throws InvalidMutabilityException
AtomicReference(false) // does not throw exception
Sam Schilling
01/15/2020, 11:07 PMolonho
01/16/2020, 2:02 AM