[Patch] PR libgcj/17784 - make java.lang.Thread throw SecurityException

Tom Tromey tromey@redhat.com
Thu Jan 13 17:02:00 GMT 2005


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> Our java.lang.Thread implementation doesn't throw always a
Michael> SecurityException when it needs to do so. I wrote some new
Michael> mauve testcases to check this and fixed the fails I
Michael> found. Thread.enumerate() still throws no SecurityException
Michael> under some circumstances but this is bug in
Michael> java.lang.ThreadGroup. I have made a list of classes that may
Michael> throw a SecurityException (in JDK 1.4.2). I will as time
Michael> alloes go through this list and write mauve testcases to
Michael> check for this and fix the stuff we do wrong.

Michael> Ok to commit to trunk ?

Yes, thanks.  Excellent work.

Tom



More information about the Java-patches mailing list