[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: |
14 Nov 2005 11:24:18 -0000 |
------- Comment #5 from kaz at maczuka dot gcd dot org 2005-11-14 11:24 -------
A newer CVS version of Kaffe gives a different result.
$ kaffe -fullversion
...
Engine: Just-in-time v3 Version: 1.1.6+cvs Java Version: 1.4
...
ChangeLog head : 2005-11-04 Guilhem Lavaux <address@hidden>
$ kaffe -Dfile.encoding=NOT_FOUND Test
$
It does not cause a StackOverflowError but sighlently exits.
An expected result which Sun's JDK shows is
$ java -Dfile.encoding=NOT_FOUND Test
hello
$
By the way, kaffe users who want to use non-Europian charsets should
read Kaffe's FAQ/FAQ.charsets.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22948