Backed out changeset ecf451e74e7e
[cacao.git] / tests / threads / threadInterrupt.java
index cbff1131798d5c6163776b979c34f04e7e1f6d9c..ef4108379a40ca8429d533fbe9c37a07ad0b1e53 100644 (file)
@@ -1,10 +1,3 @@
-// This test has been added because of a bug in CACAO that allowed threads
-// blocked inside monitorenter to be interrupted. In the presence of the bug,
-// the program would not exit.
-//
-// The bug has been fixed as part of the sable lock implementation.
-// hg revision 2988182011bb ff (Wed Feb 06 18:46:34 2008 +0100)
-
 public class threadInterrupt {
        public static class firstthread implements Runnable {
                private threadInterrupt s;