This is the mail archive of the java-patches@sources.redhat.com 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]

Thread comment


Jeff pointed out the comment at the top of Thread.java was incorrect,
I'm checking in this patch to update it.

regards

  [ bryce ]


Index: Thread.java
===================================================================
RCS file: /cvs/gcc/egcs/libjava/java/lang/Thread.java,v
retrieving revision 1.16
diff -u -r1.16 Thread.java
--- Thread.java 2000/12/15 06:15:49     1.16
+++ Thread.java 2001/01/05 00:28:46
@@ -18,12 +18,9 @@
 /* Written using "Java Class Libraries", 2nd edition, ISBN
0-201-31002-3
  * "The Java Language Specification", ISBN 0-201-63451-1
  * plus online API docs for JDK 1.2 beta from
http://www.javasoft.com.
- * Status:  Complete to version 1.1, with caveats
- * Known problems:
- *   No attempt was made to implement suspend/resume
- *     (this could be done in some cases)
- *   Various methods which assume a VM are likewise unimplemented
- *   We do implement stop() even though it is deprecated.
+ * Status:  Believed complete to version 1.3, with caveats. We do not

+ *          implement the deprecated (and dangerous) stop, suspend,
and resume
+ *          methods. Security implementation is not complete.
  */



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