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