This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]