running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

Guilhem Lavaux guilhem.lavaux@free.fr
Wed Jul 9 10:44:01 2003


On Wednesday 09 July 2003 17:25, Timothy Stack wrote:
> > hi Guilhem,
> >
> > I've just checked in a patch that fixed the remaining compilation
> > problems for me.
>
> Cool, thanks.
>
> > It now builds fine for me, but the shutdown hook test still fails.
>
> From a cursory examination it looks like some bad code is generated
> somewhere.  The 'dummy' variable has a different value after the first
> call to addShutdownHook() :(

Yeah ! It seems that with jikes 1.18 there isn't any problem at all with=20
ShutdownHookTest. Running ShutdownHookTest with verifier enabled seems to=20
work also here.

Guilhem.