Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7ae30a91
Commit
7ae30a91
authored
Jan 05, 2001
by
Bryce McKinlay
Committed by
Bryce McKinlay
Jan 05, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/lang/Thread.java: Update comment.
From-SVN: r38697
parent
32812a40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
libjava/ChangeLog
+4
-0
libjava/java/lang/Thread.java
+3
-6
No files found.
libjava/ChangeLog
View file @
7ae30a91
2001-01-05 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/Thread.java: Update comment.
2001-01-03 Tom Tromey <tromey@redhat.com>
2001-01-03 Tom Tromey <tromey@redhat.com>
* java/awt/ScrollPane.java (setBlockIncrement): Throw error.
* java/awt/ScrollPane.java (setBlockIncrement): Throw error.
...
...
libjava/java/lang/Thread.java
View file @
7ae30a91
...
@@ -18,12 +18,9 @@ package java.lang;
...
@@ -18,12 +18,9 @@ package java.lang;
/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
* "The Java Language Specification", ISBN 0-201-63451-1
* "The Java Language Specification", ISBN 0-201-63451-1
* 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.
* Status: Complete to version 1.1, with caveats
* Status: Believed complete to version 1.3, with caveats. We do not
* Known problems:
* implement the deprecated (and dangerous) stop, suspend, and resume
* No attempt was made to implement suspend/resume
* methods. Security implementation is not complete.
* (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.
*/
*/
public
class
Thread
implements
Runnable
public
class
Thread
implements
Runnable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment