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
514e19c9
Commit
514e19c9
authored
Feb 22, 2003
by
Anthony Green
Committed by
Anthony Green
Feb 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New docs for Thread.java, and little tweaks identified by japi.
From-SVN: r63284
parent
764c4414
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
libjava/ChangeLog
+8
-0
libjava/java/lang/Class.java
+2
-2
libjava/java/lang/Thread.java
+0
-0
No files found.
libjava/ChangeLog
View file @
514e19c9
2002
-
02
-
21
Anthony
Green
<
green
@
redhat
.
com
>
*
java
/
lang
/
Thread
.
java
(
Thread
):
New
constructor
taking
stack
size
parameter
(
ignored
for
now
).
*
Many
methods
:
Merged
GNU
Classpath
documentation
.
*
java
/
lang
/
Class
.
java
(
finalize
):
throws
a
Throwable
.
2003
-
02
-
21
Mark
Wielaard
<
mark
@
klomp
.
org
>
*
java
/
util
/
zip
/
ZipEntry
.
java
(
setComment
):
Don
't check length when
...
...
libjava/java/lang/Class.java
View file @
514e19c9
// Class.java - Representation of a Java class.
/* Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation
/* Copyright (C) 1998, 1999, 2000, 2002
, 2003
Free Software Foundation
This file is part of libgcj.
...
...
@@ -346,7 +346,7 @@ public final class Class implements Serializable
private
native
void
initializeClass
();
// finalization
protected
native
void
finalize
();
protected
native
void
finalize
()
throws
Throwable
;
/**
* Strip the last portion of the name (after the last dot).
...
...
libjava/java/lang/Thread.java
View file @
514e19c9
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