[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: java.lang.VerifyError trying to run soot
It also works for me with Jikes 1.18, Sun JDK 1.3.1_01, Soot 2.0.1.
I would also blame random classes on the CLASSPATH...
Ondrej
~ $ jikes xx.java && java xx && jikes -version && java -version && java soot.Main -version
Invalid option pack-locals for phase jb
Jikes Compiler - Version 1.18 - 21 November 2002
(C) Copyright IBM Corp. 1997, 1998, 1999, 2000, 2001, 2002.
- Licensed Materials - Program Property of IBM - All Rights Reserved.
Originally written by Philippe Charles and David Shields of IBM Research,
Jikes is now maintained and refined by the Jikes Project at:
<http://ibm.com/developerworks/opensource/jikes>
Please consult this URL for more information and for reporting problems.
java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
Soot version 2.0.1
Copyright (C) 1997-2003 Raja Vallee-Rai and others.
All rights reserved.
Contributions are copyright (C) 1997-2003 by their respective contributors.
See the file 'credits' for a list of contributors.
See individual source files for details.
Soot comes with ABSOLUTELY NO WARRANTY. Soot is free software,
and you are welcome to redistribute it under certain conditions.
See the accompanying file 'COPYING-LESSER.txt' for details.
Visit the Soot website:
http://www.sable.mcgill.ca/soot/
For a list of command line options, enter:
java soot.Main --help
~ $
On Thu, Oct 09, 2003 at 06:14:31PM -0400, Navindra Umanee wrote:
> Archie Cobbs <archie@dellroad.org> wrote:
> > I don't *think* I'm doing anything wrong but would greatly appreciate
> > if someone else could try to reproduce the error by running the test
> > program below. It might be specific to the JDK version I'm using.. ?
> > It happens with both jikes 1.15 and 1.18.
>
> Maybe. Does it only happen with Jikes? Did you try javac? I
> couldn't reproduce it using the stock jar files, Jikes 1.15 and
>
> java version "1.4.2"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
> Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
>
> on Linux. I also tested on FreeBSD with Jikes 1.15 and
>
> java version "1.3.1-p8"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-root-030403-11:21)
> Classic VM (build 1.3.1-p8-root-030403-11:21, green threads, nojit)
>
> Don't really have the exact versions you are using handy. Btw, the
> output I get in all cases is:
>
> [socs-32] [/u2/ugrad/navindra/test] java xx
> Invalid option pack-locals for phase jb
>
> Cheers,
> Navin.