This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC/RFT] Patch (java): Switch to new verifier
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 04 Mar 2005 10:13:29 -0700
- Subject: Re: [RFC/RFT] Patch (java): Switch to new verifier
- References: <4222166D.2060207@gmail.com> <cvueq6$gr2$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> The actual testcase is:
Ranjit> public class Foo
[ ... ]
Ranjit> If I compile this to a class file and then use
Ranjit> "-O3 -findirect-dispatch" (to trigger the new verifier
Ranjit> without this patch), I get to see the bug.
I can't reproduce this here:
opsy. gcj --version
gcj (GCC) 4.1.0 20050303 (experimental)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
opsy. gcj -C Foo.java
opsy. gcj -c -O3 -findirect-dispatch Foo.class
opsy.
Tom