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
bd3a924b
Commit
bd3a924b
authored
Jan 07, 2000
by
Tom Tromey
Committed by
Tom Tromey
Jan 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/lang/natClass.cc (getClasses): Wrote.
From-SVN: r31276
parent
c71791e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
libjava/ChangeLog
+4
-0
libjava/java/lang/natClass.cc
+5
-2
No files found.
libjava/ChangeLog
View file @
bd3a924b
2000-01-07 Tom Tromey <tromey@cygnus.com>
* java/lang/natClass.cc (getClasses): Wrote.
2000-01-06 Tom Tromey <tromey@cygnus.com>
2000-01-06 Tom Tromey <tromey@cygnus.com>
* java/lang/natClass.cc (_getConstructors): Correctly check
* java/lang/natClass.cc (_getConstructors): Correctly check
...
...
libjava/java/lang/natClass.cc
View file @
bd3a924b
...
@@ -367,8 +367,11 @@ java::lang::Class::getName (void)
...
@@ -367,8 +367,11 @@ java::lang::Class::getName (void)
JArray
<
jclass
>
*
JArray
<
jclass
>
*
java
::
lang
::
Class
::
getClasses
(
void
)
java
::
lang
::
Class
::
getClasses
(
void
)
{
{
// FIXME: implement.
// Until we have inner classes, it always makes sense to return an
return
NULL
;
// empty array.
JArray
<
jclass
>
*
result
=
(
JArray
<
jclass
>
*
)
JvNewObjectArray
(
0
,
&
ClassClass
,
NULL
);
return
result
;
}
}
JArray
<
jclass
>
*
JArray
<
jclass
>
*
...
...
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