X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tests%2Fthreads%2FthreadInterrupt.java;h=ef4108379a40ca8429d533fbe9c37a07ad0b1e53;hb=2c4a017a72eebd5da6d62be39e7ea0181db2a827;hp=cbff1131798d5c6163776b979c34f04e7e1f6d9c;hpb=7a936e84c0e79b498c2610580ad4db55c9df2dc9;p=cacao.git diff --git a/tests/threads/threadInterrupt.java b/tests/threads/threadInterrupt.java index cbff11317..ef4108379 100644 --- a/tests/threads/threadInterrupt.java +++ b/tests/threads/threadInterrupt.java @@ -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;