This is the mail archive of the java-patches@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: FYI: java.io.Writer fixlet from GNU Classpath


Andrew> I'm wondering what the justification for the Mauve test is.

How does the JDK do on this test?

Andrew> The old Java spec (2nd ed, paper copy) says that "lock" must be
Andrew> non-null, but the current online spec says just "lock - Object to
Andrew> synchronize on."

Yeah, but it doesn't make sense for this to be null.
This is a minor point, but I suppose we might as well be compatible
and throw the exception early if the JDK does.

Tom


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