An instance of a non-static inner class has an implied reference to another 
instance, and this reference is used when fields of the other instance are 
accessed. The reference can also be accessed directly means of a qualified 
this expression of the form classname.this.
Is this reference considered to be final by the memory model, in that it is 
included in the freeze that occurs at the end of a constructor?
If not, should it be?
Sylvia.
-------------------------------
JavaMemoryModel mailing list - http://www.cs.umd.edu/~pugh/java/memoryModel
This archive was generated by hypermail 2b29 : Thu Oct 13 2005 - 07:01:04 EDT