public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15475] New: gcj bytecode miscompilation in System.java
@ 2004-05-16 13:01 green at redhat dot com
  2004-05-16 13:09 ` [Bug java/15475] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: green at redhat dot com @ 2004-05-16 13:01 UTC (permalink / raw)
  To: java-prs

System.java contains this:

  public static void runFinalizersOnExit(boolean finalizeOnExit)
  {
    Runtime.getRuntime().runFinalizersOnExit(finalizeOnExit);
  }
                                                                                
But gcj -C is only producing this:

Method name:"runFinalizersOnExit" public static Signature: 158=(boolean)void
Attribute "Code", length:47, max_stack:0, max_locals:1, code_length:5
  0: invokestatic #146=<Method java.lang.Runtime.getRuntime ()java.lang.Runtime>
 3: pop
  4: return
Attribute "LineNumberTable", length:6, count: 1
  line: 528 at pc: 0
Attribute "LocalVariableTable", length:12, count: 1
  slot#0: name: 159=finalizeOnExit, type: 160=boolean (pc: 0 length: 5)
Attribute "Deprecated", length:0

-- 
           Summary: gcj bytecode miscompilation in System.java
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                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=15475


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-09-21 22:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
2004-05-16 13:09 ` [Bug java/15475] " pinskia at gcc dot gnu dot org
2004-05-19 23:07 ` [Bug java/15475] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-06-08  2:54 ` giovannibajo at libero dot it
2004-06-12 21:56 ` mmitchel at gcc dot gnu dot org
2004-07-31 19:31 ` mckinlay at redhat dot com
2004-08-23 20:58 ` mmitchel at gcc dot gnu dot org
2004-09-21 22:25 ` [Bug java/15475] [3.3/3.4/4.0 " tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).