Definition of dereferencing in Java

Viewed 2675

It must have a simple answer, but it seems dereferencing is used in more than one meaning. And I doubt what is correct? Here I listed what I found as definition of dereferencing:

Also I searched in The Java® Language Specification Java SE 11 Edition and find that it says:

For each execution, the behavior of reads is influenced by two additional partial orders, the dereference chain dereferences() and the memory chain mc() [...]

So I think third bullet is true. Is that true?

0 Answers
Related