Lumbergh says: "If you voted, that would be greeaaaattt!" Login and vote now.
By dgoldvekht
via gridgain.blogspot.com
Published: Apr 26 2008 / 00:34
We at GridGain recently were faced with the following problem. It turns out (may be old news to some), that java.util.concurrent.ExecutorService in JDK 1.6 is not backward compatible with JDK 1.5. Although backward compatibility is preserved at binary level, the backward *compilability* is broken. This means that if you implement your own ExecutorService in 1.6, the source code won't compile in 1.5 and vice versa.
Add your comment