This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
RE: gcj/338
- To: apbianco at cygnus dot com
- Subject: RE: gcj/338
- From: Anthony Green <green at cygnus dot com>
- Date: 11 Sep 2000 00:40:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Anthony Green <green at cygnus dot com>
The following reply was made to PR gcj/338; it has been noted by GNATS.
From: Anthony Green <green@cygnus.com>
To: "'tromey@cygnus.com'" <tromey@cygnus.com>
Cc: "apbianco@cygnus.com" <apbianco@cygnus.com>,
"java-gnats@sourceware.cygnus.com" <java-gnats@sourceware.cygnus.com>
Subject: RE: gcj/338
Date: Sun, 10 Sep 2000 17:33:23 -0700
On Sunday, September 10, 2000 4:31 PM, Tom Tromey [SMTP:tromey@cygnus.com]
wrote:
> One idea would be to throw a LinkageError because the class is already
> loaded. See ClassLoader.defineclass.
>
> Comments on this idea?
Can we do this reliably at static constructor initialization time?
AG