public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "green at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/15475] New: gcj bytecode miscompilation in System.java
Date: Sun, 16 May 2004 13:01:00 -0000	[thread overview]
Message-ID: <20040516130126.15475.green@redhat.com> (raw)

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


             reply	other threads:[~2004-05-16 13:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-16 13:01 green at redhat dot com [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040516130126.15475.green@redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).