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
e4c4f09a
Commit
e4c4f09a
authored
25 years ago
by
Tom Tromey
Committed by
Tom Tromey
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/lang/natThread.cc (destroy): Removed incorrect comment.
From-SVN: r30423
parent
b182031e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libjava/ChangeLog
+4
-0
libjava/java/lang/natThread.cc
+0
-2
No files found.
libjava/ChangeLog
View file @
e4c4f09a
1999-11-05 Tom Tromey <tromey@cygnus.com>
* java/lang/natThread.cc (destroy): Removed incorrect comment.
1999-11-05 Jeff Sturm <jsturm@sigma6.com>
* boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.
...
...
This diff is collapsed.
Click to expand it.
libjava/java/lang/natThread.cc
View file @
e4c4f09a
...
...
@@ -104,8 +104,6 @@ java::lang::Thread::currentThread (void)
return
_Jv_ThreadCurrent
();
}
// FIXME: this is apparently the only way a thread can be removed from
// a ThreadGroup. That seems wrong.
void
java
::
lang
::
Thread
::
destroy
(
void
)
{
...
...
This diff is collapsed.
Click to expand it.
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