[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22948] Infinite recursion in java.nio.charset.*
From: |
kaz at maczuka dot gcd dot org |
Subject: |
[Bug classpath/22948] Infinite recursion in java.nio.charset.* |
Date: |
16 Nov 2005 01:16:43 -0000 |
------- Comment #6 from kaz at maczuka dot gcd dot org 2005-11-16 01:16 -------
Seeing various materials, for example
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4397522
I have been convinced that the system property file.encoding is
a read-only property whose value is an environment-dependent
constant, changing which is discouraged (even though not forbidden).
Both System.setProperty("file.encoding", ..,) and
java -Dfile.encoding=... should be avoided.
If the system property file.encoding is such a thing, you
cannot tell what happens if you set some value to file.encoding.
So I suggest that this bug should be marked RESOLVED and INVALID.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22948