This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/RFT] Patch (java): Switch to new verifier


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]