/[classpath]/classpath/java/lang/Thread.java
ViewVC logotype

Diff of /classpath/java/lang/Thread.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.2 by gnu_andrew, Sun Sep 26 23:00:25 2004 UTC revision 1.8.2.3 by gnu_andrew, Sat Jan 15 17:01:53 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.lang;  package java.lang;
40    
41    
42  /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3  /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
43   * "The Java Language Specification", ISBN 0-201-63451-1   * "The Java Language Specification", ISBN 0-201-63451-1
44   * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.   * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.
45   * Status:  Believed complete to version 1.4, with caveats. We do not   * Status:  Believed complete to version 1.4, with caveats. We do not
46   *          implement the deprecated (and dangerous) stop, suspend, and resume   *          implement the deprecated (and dangerous) stop, suspend, and resume
47   *          methods. Security implementation is not complete.   *          methods. Security implementation is not complete.
48   */   */
# Line 76  package java.lang; Line 77  package java.lang;
77   *   *
78   * @author Tom Tromey   * @author Tom Tromey
79   * @author John Keiser   * @author John Keiser
80   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
81   * @see Runnable   * @see Runnable
82   * @see Runtime#exit(int)   * @see Runtime#exit(int)
83   * @see #run()   * @see #run()
# Line 858  public class Thread implements Runnable Line 859  public class Thread implements Runnable
859     * If you stop a Thread that has not yet started, the stop is ignored     * If you stop a Thread that has not yet started, the stop is ignored
860     * (contrary to what the JDK documentation says).     * (contrary to what the JDK documentation says).
861     * <b>WARNING</b>This bypasses Java security, and can throw a checked     * <b>WARNING</b>This bypasses Java security, and can throw a checked
862     * exception which the call stack is unprepared to handle. Do not abuse     * exception which the call stack is unprepared to handle. Do not abuse
863     * this power.     * this power.
864     *     *
865     * <p>This is inherently unsafe, as it can interrupt synchronized blocks and     * <p>This is inherently unsafe, as it can interrupt synchronized blocks and

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26