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
d0010eed
Commit
d0010eed
authored
Sep 24, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.
From-SVN: r71710
parent
3ffa9dc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
libjava/ChangeLog
+2
-0
libjava/java/lang/System.java
+5
-0
No files found.
libjava/ChangeLog
View file @
d0010eed
2003
-
09
-
23
Nathanael
Nerode
<
neroden
@
gcc
.
gnu
.
org
>
*
java
/
lang
/
System
.
java
:
Add
GCJ
LOCAL
note
about
encoding
aliases
.
*
java
/
lang
/
Float
.
java
,
java
/
lang
/
Double
.
java
:
Add
GCJ
LOCAL
markers
.
...
...
libjava/java/lang/System.java
View file @
d0010eed
...
...
@@ -99,6 +99,11 @@ public final class System
defaultProperties
.
put
(
"gnu.cpu.endian"
,
isWordsBigEndian
()
?
"big"
:
"little"
);
// GCJ LOCAL: Classpath sets common encoding aliases here.
// Since we don't (yet) have gnu.java.io.EncodingManager, these
// are a waste of time and just slow down system startup.
// XXX FIXME - Temp hack for old systems that set the wrong property
if
(
defaultProperties
.
get
(
"java.io.tmpdir"
)
==
null
)
defaultProperties
.
put
(
"java.io.tmpdir"
,
...
...
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