This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Java finality


Hi,

On Thu, 2005-02-10 at 19:13 -0700, Tom Tromey wrote:
> "final" was always weird, really.  I've seen some texts out there say
> that blank finals could only be set in <init> or <clinit>... but this
> contradicts what many compilers actually do.  And afaik no runtime
> ever checked that a blank final was only assigned once.

Apparently the MSJVM did.
http://gcc.gnu.org/ml/java/2000-10/msg00128.html
(Which also contains some quotes on various specs and interpretations.)

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]