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
619c238c
Commit
619c238c
authored
23 years ago
by
Bryce McKinlay
Committed by
Bryce McKinlay
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* boehm.cc (_Jv_BuildGCDescr): Define unconditionally.
From-SVN: r48170
parent
726abf5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
libjava/ChangeLog
+1
-0
libjava/boehm.cc
+2
-4
No files found.
libjava/ChangeLog
View file @
619c238c
...
...
@@ -2,6 +2,7 @@
*
include
/
jvm
.
h
(
_Jv_BuildGCDescr
):
Declare
unconditionally
.
*
nogc
.
cc
(
_Jv_BuildGCDescr
):
Define
unconditionally
.
*
boehm
.
cc
(
_Jv_BuildGCDescr
):
Likewise
.
2001
-
12
-
18
Tom
Tromey
<
tromey
@
redhat
.
com
>
...
...
This diff is collapsed.
Click to expand it.
libjava/boehm.cc
View file @
619c238c
...
...
@@ -319,9 +319,8 @@ _Jv_MarkArray (void *addr, void *msp, void *msl, void * /*env*/)
return
mark_stack_ptr
;
}
// Return GC descriptor for interpreted class
#ifdef INTERPRETER
// Generate a GC marking descriptor for a class.
//
// We assume that the gcj mark proc has index 0. This is a dubious assumption,
// since another one could be registered first. But the compiler also
// knows this, so in that case everything else will break, too.
...
...
@@ -332,7 +331,6 @@ _Jv_BuildGCDescr(jclass)
/* FIXME: We should really look at the class and build the descriptor. */
return
(
void
*
)(
GCJ_DEFAULT_DESCR
);
}
#endif
// Allocate some space that is known to be pointer-free.
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