[Bug java/15321] New: Binary Compatibility: gcj reads dependent classes

aph at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 6 15:41:00 GMT 2004


On the gcj-abi-2-dev-branch, gcj tries to open class files on which a class
depends.  If it fails to find these files a warning is generated.

There is a flag to control this behaviour, flag_verify_invocations.  If this
flag is set to zero, gcj should neither try to open these files nor issue any
warnings.
However, there is no code to set or clear this flag.

With -findirect-dispatch, this flag should default to zero.

-- 
           Summary: Binary Compatibility: gcj reads dependent classes
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aph at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15321



More information about the Gcc-bugs mailing list