classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling with jikes > 1.13


From: Mark Wielaard
Subject: Re: Compiling with jikes > 1.13
Date: 06 Feb 2002 21:38:36 +0100

Hi,

On Wed, 2002-02-06 at 20:41, Mark Wielaard wrote:
> But I have attached the results so far.
> I will go through the VerifyErrors I get now to see if they are real.

Reading bytecode makes your head hurt.

> java.lang.VerifyError: verification failed at PC 82 in 
> java.net.URLDecoder:decode((Ljava.lang.String;Ljava.lang.String;)Ljava.lang.String;):
>  array type expected

This seems to be a bug in the verifier. When you see arraylength the
stack may contain null. But isarray() in verifier.cc does not check for
null for some reason.

Now I am debugging the verifier when I wanted to debug jikes bytecode
generation :)

Cheers,

Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]