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
bd917d3a
Commit
bd917d3a
authored
Jan 08, 2002
by
Tom Tromey
Committed by
Tom Tromey
Jan 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* resolve.cc (_Jv_PrepareClass): Enable verifier.
From-SVN: r48660
parent
a693284d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
libjava/ChangeLog
+4
-0
libjava/resolve.cc
+2
-3
No files found.
libjava/ChangeLog
View file @
bd917d3a
2002
-
01
-
08
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
resolve
.
cc
(
_Jv_PrepareClass
):
Enable
verifier
.
2002
-
01
-
07
Andreas
Tobler
<
a
.
tobler
@
schweiz
.
ch
>
*
java
/
lang
/
reflect
/
natMethod
.
cc
:
Don
't include alloca.h.
...
...
libjava/resolve.cc
View file @
bd917d3a
// resolve.cc - Code for linking and resolving classes and pool entries.
/* Copyright (C) 1999, 2000, 2001 Free Software Foundation
/* Copyright (C) 1999, 2000, 2001
, 2002
Free Software Foundation
This file is part of libgcj.
...
...
@@ -628,8 +628,7 @@ _Jv_PrepareClass(jclass klass)
else
if
(
imeth
!=
0
)
// it could be abstract
{
_Jv_InterpMethod
*
im
=
reinterpret_cast
<
_Jv_InterpMethod
*>
(
imeth
);
// FIXME: enable once verifier is more fully tested.
// _Jv_VerifyMethod (im);
_Jv_VerifyMethod
(
im
);
clz
->
methods
[
i
].
ncode
=
im
->
ncode
();
}
}
...
...
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