This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Thread.interrupt()


Jeff> Question: do the libgcj maintainers feel obligated to follow
Jeff> Sun's interpretation of the JLS?

That's a good question.  I think the basic answer is "yes".  We think
compatibility is good.

However, I don't interpret that to mean strict compliance to a
particular version of the JDK.  Nor do I interpret that to mean bug
compatibility with JDK.

This is a very tricky area, and about the best we can do is examine
things on a case-by-case basis.  Generally speaking there doesn't seem
to be a "right" approach, especially given that in some situations,
like this one, Sun is willing to change the spec to suit defects in
their implementation (or at least in their research).

Tom

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