This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: glibc-2.2.5 bug triggered by Java interpreter
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Ulrich Weigand" <Ulrich dot Weigand at de dot ibm dot com>
- Cc: java at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Wed, 02 Oct 2002 11:14:04 -0400
- Subject: Re: glibc-2.2.5 bug triggered by Java interpreter
See the discussions on the Java mailinglist about the use of
dollar signs. "Java uses dollar sign ($) as the namespace separator for
nested (inner) classes." Sun seems to have created this precedent.
http://gcc.gnu.org/ml/java/2002-02/msg00111.html
The question that repeatedly arises is how to mangle this in
various places that do not allow $, while retaining it where it needs to
be visible to Java, e.g., class serialization.
David