public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: nallen@freenet.co.uk
To: gcc-gnats@gcc.gnu.org
Subject: java/5365: gcjh -stubs does not include correct files
Date: Sat, 12 Jan 2002 12:46:00 -0000	[thread overview]
Message-ID: <20020112204247.10713.qmail@sources.redhat.com> (raw)


>Number:         5365
>Category:       java
>Synopsis:       gcjh -stubs does not include correct files
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 12 12:46:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Allen
>Release:        3.0.3
>Organization:
>Environment:
Linux
>Description:
When gcjh -stubs is used the stubs file generates the wrong include statements. For example, if you use gcjh -stubs on java.lang.Object it generates a java/lang/Object.cc and a java/lang/Object.h file which includes the header file using #include <java.lang.Object.h>. The correct include should be #include <java/lang/Object.h>. It also does not include the gcj/cni.h file.

The stub functions also have JvFail in them and I can't find any references to this function in gcj/cni.h. 
>How-To-Repeat:
gcj -stubs java.lang.Object
>Fix:
It should generate #include <java/lang/Object.h>
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-01-12 20:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-12 12:46 nallen [this message]
2002-01-15 16:26 Tom Tromey
2002-01-16 13:16 Tom Tromey
2002-01-16 13:19 tromey

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=20020112204247.10713.qmail@sources.redhat.com \
    --to=nallen@freenet.co.uk \
    --cc=gcc-gnats@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).