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
df044388
Commit
df044388
authored
Apr 04, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcj.texi: Fix a typo.
* gcj.texi: Fix a typo. * lang.c: Fix a comment typo. From-SVN: r97551
parent
5e77eb53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/java/ChangeLog
+5
-0
gcc/java/gcj.texi
+1
-1
gcc/java/lang.c
+1
-1
No files found.
gcc/java/ChangeLog
View file @
df044388
2005
-
04
-
04
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
gcj
.
texi
:
Fix
a
typo
.
*
lang
.
c
:
Fix
a
comment
typo
.
2005
-
04
-
01
Thomas
Fitzsimmons
<
fitzsim
@
redhat
.
com
>
*
gcj
.
texi
(
Invoking
gij
):
Add
descriptions
of
new
-
X
options
.
...
...
gcc/java/gcj.texi
View file @
df044388
...
...
@@ -1653,7 +1653,7 @@ java::util::Hashtable *ht = new java::util::Hashtable(120);
@node Memory allocation
@section Memory allocation
When allocting memory in @acronym{CNI} methods it is best to handle
When alloc
a
ting memory in @acronym{CNI} methods it is best to handle
out-of-memory conditions by throwing a Java exception. These
functions are provided for that purpose:
...
...
gcc/java/lang.c
View file @
df044388
...
...
@@ -801,7 +801,7 @@ merge_init_test_initialization (void **entry, void *x)
does this by setting the DECL_INITIAL of the init_test_decl for that
class, and no initializations are emitted for that class.
However, what if the method that is suppoed to do the initialization
However, what if the method that is suppo
s
ed to do the initialization
is itself inlined in the caller? When expanding the called method
we'll assume that the class initialization has already been done,
because the DECL_INITIAL of the init_test_decl is set.
...
...
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