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
451f21ef
Commit
451f21ef
authored
Jan 17, 2000
by
Tom Tromey
Committed by
Tom Tromey
Jan 17, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.
From-SVN: r31467
parent
9b4579b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
libjava/ChangeLog
+5
-1
libjava/prims.cc
+2
-2
No files found.
libjava/ChangeLog
View file @
451f21ef
2000-01-15 Tom Tromey <tromey@cygnus.com>
* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.
2000-01-14 Andrew Haley <aph@cygnus.com>
* java/lang/natThrowable.cc: New file.
...
...
@@ -27,7 +31,7 @@
* name-finder.cc: New file.
* include/name-finder.h: New file.
2000-01-16 Anthony Green <green@cygnus.com>
* java/lang/StringBuffer.java (StringBuffer): Don't special case
...
...
libjava/prims.cc
View file @
451f21ef
// prims.cc - Code for core of runtime environment.
/* Copyright (C) 1998, 1999 Cygnus Solutions
/* Copyright (C) 1998, 1999
, 2000
Cygnus Solutions
This file is part of libgcj.
...
...
@@ -558,7 +558,7 @@ public:
interfaces
=
NULL
;
loader
=
NULL
;
interface_count
=
0
;
state
=
0
;
// FIXME.
state
=
JV_STATE_NOTHING
;
thread
=
NULL
;
}
};
...
...
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