This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Untimed resolve ?
- From: Anthony Green <green at redhat dot com>
- To: Martin Vechev <martin at fadata dot bg>
- Cc: java at gcc dot gnu dot org
- Date: 27 Dec 2002 18:16:23 -0800
- Subject: Re: Untimed resolve ?
- References: <5.1.0.14.0.20021227193130.02e0aa40@mail.fadata.bg>
On Fri, 2002-12-27 at 09:39, Martin Vechev wrote:
> At the end of loading the X class it also resolves it, which seems
> incorrect. Shouldn't it rich the actual 'new' bytecode
> and then throw NoClassDefFoundError.
I think you're right. Did you try it with Sun's or IBM's java? I saw
something like this a couple of months ago. gij was reporting an error
like this, but IBM's java could run the code just fine -- even though
the class in question was missing in both cases.
Would you mind filing a bug report for this?
Thanks,
AG